[Add] onesecondbefore-tracker 7.9.0
[CocoaPods.git] / Specs / 6 / c / 2 / UIClosures / 0.0.2 / UIClosures.podspec.json
blobe96f75139f69e099364f094600c6578c61754acf
2   "name": "UIClosures",
3   "version": "0.0.2",
4   "summary": "Swift closure library for UIKit",
5   "description": "\t\tClosure based UI events. Supports UIControls and UIGestureRecognizers. Written purely in Swift and memory managed. Cheers\n",
6   "homepage": "https://github.com/arkverse/UIClosures",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Zaid Daghestani": "zaid@arkverse.com"
13   },
14   "social_media_url": "http://twitter.com/arkverse",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/arkverse/UIClosures.git",
20     "tag": "v0.0.2"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{swift}"
25   ],
26   "requires_arc": true