[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / a / e / ActionKit / 2.5.3 / ActionKit.podspec.json
blob4a98c8d3abcde86b56ae1d1d009753411939e4d4
2   "name": "ActionKit",
3   "version": "2.5.3",
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.5.3"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "tvos": "9.0"
21   },
22   "requires_arc": true,
23   "swift_version": "5.0",
24   "source_files": "ActionKit/*.swift"