4 "summary": "An easy way to add swift closures to UIView, UIControl and more",
5 "description": "Actions provides a set of extensions to add closures to `UIView` and `UIControl` instances. Also brings some methods to `UIBarButtonItem`, `UIGestureRecognizer`, `NSTimer` and `NSNotificationCenter`, that allow using them with a closure instead of a pair of target/action.",
6 "homepage": "https://github.com/ManueGE/Actions/",
8 "authors": "Manuel García-Estañ",
9 "social_media_url": "http://twitter.com/ManueGE",
14 "git": "https://github.com/ManueGE/Actions.git",
18 "frameworks": "Foundation",
19 "source_files": "actions/actions/*.{swift}"