[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / a / e / ActionKit / 1.2.0 / ActionKit.podspec.json
blob448ad4589aaf0ba3d5a188f35ae048a4aefbf359
2   "name": "ActionKit",
3   "version": "1.2.0",
4   "summary": "ActionKit is a easy to use framework that wraps the target-action design paradigm into a closure design.",
5   "description": "ActionKit is a experimental, light-weight, easy to use framework that wraps the target-action design paradigm into a less verbose, cleaner format. It shortens target-action method calls by removing the target and replacing the selector with a closure.",
6   "homepage": "https://github.com/ActionKit/ActionKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Benjamin Hendricks": "https://github.com/coolbnjmn",
13     "Kev Choi": "https://github.com/thisiskevinchoi"
14   },
15   "source": {
16     "git": "https://github.com/ActionKit/ActionKit.git",
17     "tag": "1.2.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "source_files": "ActionKit/*"