blob: 4ccb26f70b11408a7c27823a2b3687763ff1d3e3 [file] [log] [blame]
{
"name": "UIAlertView-Blocks",
"version": "1.0",
"platforms": {
"ios": null
},
"authors": "Jiva Devoe",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": true,
"summary": "Category for UIAlertView and UIActionSheet which allows you to use blocks rather than implementing a delegate.",
"description": "A category for UIAlertView and UIActionSheet which allows you to use blocks to handle the pressed button events rather than implementing a delegate.",
"source_files": "*.{h,m}",
"homepage": "https://github.com/jivadevoe/UIAlertView-Blocks",
"source": {
"git": "https://github.com/jivadevoe/UIAlertView-Blocks.git",
"tag": "1.0"
}
}