blob: c8932b37cd4ea3fcb923f1148a34c280c9447bc2 [file] [log] [blame]
{
"name": "Actions",
"version": "2.1.1",
"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` instances. Also brings some methods to `UIBarButtonItem`, `UIGestureRecognizer`, `Timer` and `NotificationCenter`, that allow using 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": "2.1.1"
},
"requires_arc": true,
"frameworks": "Foundation",
"source_files": "actions/actions/*.{swift}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
}