blob: d372d34a8b57f7d3732ed034bf1441d5b93b322f [file] [log] [blame]
{
"name": "UIAlertView+Blocks",
"version": "0.7",
"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.7"
},
"source_files": "UIAlertView+Blocks.{h,m}",
"requires_arc": true
}