| { |
| "name": "UIClosures", |
| "version": "0.0.3", |
| "summary": "Swift closure library for UIKit", |
| "description": "\t\tClosure based UI events. Supports UIControls and UIGestureRecognizers. Written purely in Swift and memory managed. Cheers\n", |
| "homepage": "https://github.com/arkverse/UIClosures", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Zaid Daghestani": "zaid@arkverse.com" |
| }, |
| "social_media_url": "http://twitter.com/arkverse", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/arkverse/UIClosures.git", |
| "tag": "v0.0.3" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/**/*.{swift}" |
| ], |
| "requires_arc": true |
| } |