Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
#	Supporting/cocoapods/.swift-version
#	Supporting/cocoapods/Closures.podspec.json
#	Xcode/Closures.xcodeproj/project.pbxproj
#	Xcode/Closures.xcodeproj/xcshareddata/xcschemes/Closures.xcscheme
  • Loading branch information
vhesener committed Sep 21, 2019
2 parents 55c128f + c8242ca commit 787e14b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Closures.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Closures",
"version": "0.6",
"summary": "Swifty closures for UIKit and Foundation",
"homepage": "https://github.com/vhesener/Closures",
"screenshots": [
"https://raw.githubusercontent.com/vhesener/Closures/assets/assets/playground_general.gif",
"https://raw.githubusercontent.com/vhesener/Closures/assets/assets/reference_large.png"
],
"license": "MIT",
"authors": "Vinnie Hesener",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/vhesener/Closures.git",
"tag": "v0.6"
},
"source_files": "Xcode/Closures/Source",
"documentation_url": "https://vhesener.github.io/Closures/",
"description": "Closures is an iOS Framework that adds closure handlers to many of the popular\nUIKit and Foundation classes. Although this framework is a substitute for \nsome Cocoa Touch design patterns, such as Delegation and Data Sources, and \nTarget-Action, the authors make no claim regarding which is a better way to \naccomplish the same type of task. Most of the time it is a matter of style, \npreference, or convenience that will determine if any of these closure extensions \nare beneficial.\n\nWhether you’re a functional purist, dislike a particular API, or simply just \nwant to organize your code a little bit, you might enjoy using this library.",
"pushed_with_swift_version": "5.0"
}

0 comments on commit 787e14b

Please sign in to comment.