blob: c2e21ed1479a09cea8d6cd7ea48d0d050d84fb58 [file] [log] [blame]
{
"name": "Actionable",
"version": "0.0.2",
"summary": "A cleaner delegation pattern for iOS.",
"description": "Actionable use code generation to give you the benefits of matching the style of builtin iOS delegate protocols with less boilerplate and tedious maintenance.",
"homepage": "https://github.com/Raizlabs/Actionable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Connor Neville": "cneville@rightpoint.com"
},
"source": {
"git": "https://github.com/Raizlabs/Actionable.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/**/*",
"resources": [
"actionable",
"Resources/**/*"
],
"dependencies": {
"Sourcery": [
]
},
"swift_version": "4.2"
}