[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 6 / d / Actions / 3.0.0 / Actions.podspec.json
blob17b8578ba6d39503a2245dd60c3e98938c7b920d
2   "name": "Actions",
3   "version": "3.0.0",
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`, `Timer` and `NotificationCenter`, that allow using them with a closure instead of a pair of target/action.",
6   "homepage": "https://github.com/ManueGE/Actions/",
7   "license": "MIT",
8   "authors": "Manuel García-Estañ",
9   "social_media_url": "http://twitter.com/ManueGE",
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/ManueGE/Actions.git",
15     "tag": "3.0.0"
16   },
17   "requires_arc": true,
18   "frameworks": "Foundation",
19   "source_files": "actions/actions/*.{swift}",
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "3.0"
22   }