blob: f592896b6a959b3f54ff70b3662d09f90f136c65 [file] [log] [blame]
{
"name": "UIAlert+Blocks",
"version": "0.1.2",
"summary": "A category on UIAlertView for using blocks instead of delegate methods with enums for most standard titles and button names.",
"description": "A cetogory on UIAlertView that adds blocks and button titles enums. Handy and clear methods that save from using delegation.",
"homepage": "https://github.com/Bogdan-Stasjuk/UIAlert-Blocks",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bogdan Stasjuk": "Bogdan.Stasjuk@gmail.com"
},
"source": {
"git": "https://github.com/Bogdan-Stasjuk/UIAlert-Blocks.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/Bogdan_Stasjuk",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "UIAlert+Blocks/*.{h,m}",
"public_header_files": "UIAlert+Blocks/*.h"
}