blob: 1a21c82a37591a302b5842384f25641318e35745 [file] [log] [blame]
{
"name": "ALActionBlocks",
"version": "1.0.1",
"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": "1.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"ALActionBlocks",
"ALActionBlocks/*.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true
}