blob: 2f62cb39cd04d5b6b9b81846a88cf4c7612a6a8d [file] [log] [blame]
{
"name": "ALActionBlocks",
"version": "0.9",
"summary": "ALActionBlocks Category on UIControl to allow use of blocks instead of selectors.",
"homepage": "https://github.com/lavoy/ALActionBlocks",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andy LaVoy": "andy@logcabinapps.com"
},
"source": {
"git": "https://github.com/lavoy/ALActionBlocks.git",
"tag": "0.9"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"ALActionBlocks",
"ALActionBlocks/*.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true
}