[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / a / e / ActionKit / 2.3.0 / ActionKit.podspec.json
blob997d08ebd929ecb1c29cfa845bd557f81b3e0c9b
2   "name": "ActionKit",
3   "version": "2.3.0",
4   "summary": "ActionKit is an easy to use framework that wraps the target-action design paradigm into closures/blocks.",
5   "description": "ActionKit is a 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.3.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "ActionKit/*",
23   "pushed_with_swift_version": "4.0"