blob: 2aa793ff2758c881d90fb0d09b8979929295061f [file] [log] [blame]
{
"name": "ALActionBlocks",
"version": "1.0.3",
"summary": "ALActionBlocks Category on UIControl, UIBarButtonItem, and UIGestureRecognizer 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.3"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"ALActionBlocks",
"ALActionBlocks/*.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true
}