blob: 1e22d06966188768e6d20f17ccf1161e65af2e46 [file] [log] [blame]
{
"name": "GRKAlertBlocks",
"version": "1.0.1",
"summary": "A super simple UIAlertView category adding block syntax for button actions.",
"description": "\t\tUse as you would any other UIAlertView, but instantiation is now a class level message,\n\t\tand adding a button can now take a block to be executed when tapped.\n",
"homepage": "https://github.com/levigroker/GRKAlertBlocks",
"license": "Creative Commons Attribution 3.0 Unported License",
"authors": {
"Levi Brown": "levigroker@gmail.com"
},
"source": {
"git": "https://github.com/levigroker/GRKAlertBlocks.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "GRKAlertBlocks/**/*.{h,m}",
"requires_arc": true
}