blob: 12b5c55d1f39691b74fb8b76716f4ec5136a1a44 [file] [log] [blame]
{
"name": "UIAlertView+Blocks",
"version": "0.9",
"summary": "Category on UIAlertView to use inline block callbacks instead of delegate callbacks.",
"description": " UIAlertView was created in a time before blocks, ARC, and judging by its naming - touch screens too. Who “clicks” on an alert view anyway?\n \n Lets modernize this shizzle with some blocks goodness.\n \n",
"homepage": "https://github.com/ryanmaxwell/UIAlertView-Blocks",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Ryan Maxwell",
"platforms": {
"ios": "4.3"
},
"source": {
"git": "https://github.com/ryanmaxwell/UIAlertView-Blocks.git",
"tag": "0.9"
},
"source_files": "UIAlertView+Blocks.{h,m}",
"requires_arc": true
}