blob: 165e5db8c9b32b46d3b7d3080096e0e5cbc0a741 [file] [log] [blame]
{
"name": "UIAlertView+Blocks",
"version": "0.8.1",
"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": "ryanm@xwell.co.nz"
},
"platforms": {
"ios": "4.3"
},
"source": {
"git": "https://github.com/ryanmaxwell/UIAlertView-Blocks.git",
"tag": "0.8.1"
},
"source_files": "UIAlertView+Blocks.{h,m}",
"requires_arc": true
}