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