blob: 448ad4589aaf0ba3d5a188f35ae048a4aefbf359 [file] [log] [blame]
{
"name": "ActionKit",
"version": "1.2.0",
"summary": "ActionKit is a easy to use framework that wraps the target-action design paradigm into a closure design.",
"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.",
"homepage": "https://github.com/ActionKit/ActionKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Benjamin Hendricks": "https://github.com/coolbnjmn",
"Kev Choi": "https://github.com/thisiskevinchoi"
},
"source": {
"git": "https://github.com/ActionKit/ActionKit.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "ActionKit/*"
}