blob: e96f75139f69e099364f094600c6578c61754acf [file] [log] [blame]
{
"name": "UIClosures",
"version": "0.0.2",
"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.2"
},
"source_files": [
"Classes",
"Classes/**/*.{swift}"
],
"requires_arc": true
}