blob: e63b72545fa5484d8eb71dd3ae61153979f503ec [file] [log] [blame]
{
"name": "ActionKit",
"version": "2.2.0",
"summary": "ActionKit is an easy to use framework that wraps the target-action design paradigm into closures/blocks.",
"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.",
"homepage": "https://github.com/ActionKit/ActionKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Benjamin Hendricks": "https://github.com/coolbnjmn"
},
"source": {
"git": "https://github.com/ActionKit/ActionKit.git",
"tag": "2.2.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "ActionKit/*",
"pushed_with_swift_version": "4.0"
}