blob: d9b9789c01b0bba66316cefeb8ef3a7c384bb214 [file] [log] [blame]
{
"name": "ActionKit",
"version": "2.3.1",
"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.3.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "ActionKit/*",
"pushed_with_swift_version": "4.0"
}