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