[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / 2 / d / Closures / 0.5 / Closures.podspec.json
blob0ff364467f74289aa72e7592dfe54b74478e7b24
2   "name": "Closures",
3   "version": "0.5",
4   "summary": "Swifty closures for UIKit and Foundation",
5   "homepage": "https://github.com/vhesener/Closures",
6   "screenshots": [
7     "https://raw.githubusercontent.com/vhesener/Closures/assets/assets/playground_general.gif",
8     "https://raw.githubusercontent.com/vhesener/Closures/assets/assets/reference_large.png"
9   ],
10   "license": "MIT",
11   "authors": "Vinnie Hesener",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/vhesener/Closures.git",
17     "tag": "v0.5"
18   },
19   "source_files": "Xcode/Closures/Source",
20   "documentation_url": "https://vhesener.github.io/Closures/",
21   "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.",
22   "pushed_with_swift_version": "4.2"