blob: 7a369e902f02446f8429a2095cbbfa073e8b05c9 [file] [log] [blame]
{
"name": "GRKAlertBlocks",
"version": "1.0.2",
"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"
},
"social_media_url": "https://twitter.com/levigroker",
"source": {
"git": "https://github.com/levigroker/GRKAlertBlocks.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": "GRKAlertBlocks/**/*.{h,m}",
"requires_arc": true
}