[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / c / 2 / UIClosures / 0.0.4 / UIClosures.podspec.json
blob0f2a5f7472a8b594064ea06723dc00d0ca9a8f8d
2   "name": "UIClosures",
3   "version": "0.0.4",
4   "summary": "Swift closure library for UIKit",
5   "description": "Closure based UI events. Supports UIControls and UIGestureRecognizers. Written purely in Swift and memory managed. Cheers",
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.4"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{swift}"
25   ],
26   "requires_arc": true