blob: 7b09a3f32345e0ef66822562b4fe5dd4254cc9dd [file] [log] [blame]
{
"name": "Actions",
"version": "1.0.0",
"summary": "An easy way to add swift closures to UIView, UIControl and more",
"description": "Actions provides a set of extensions to add closures to UIView and UIControl. \nAlso brings some convenience initializers to UIBarButtonItem and UIGestureRecognizer that allow creating them with a closure instead of a pair of target/action",
"homepage": "https://github.com/ManueGE/Actions/",
"license": "MIT",
"authors": "Manuel García-Estañ",
"social_media_url": "http://twitter.com/ManueGE",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ManueGE/Actions.git",
"tag": "1.0.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"source_files": "actions/actions/*.{swift}"
}