[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / a / e / ActionKit / 2.0 / ActionKit.podspec.json
blobc19fe3888cfbc75e4db5505a7cdb2a638a8d1f7a
2   "name": "ActionKit",
3   "version": "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   },
14   "source": {
15     "git": "https://github.com/ActionKit/ActionKit.git",
16     "tag": "2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "ActionKit/*",
23   "pushed_with_swift_version": "3.0"