blob: 98ebb5c54a662720c79314583b87d99b5b48e8f6 [file] [log] [blame]
{
"name": "Actionable",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/**/*",
"resources": "Resources/**/*",
"dependencies": {
"Sourcery": [
]
},
"swift_version": "4.2"
}