blob: 5a4ad6c189e4ff622a979db05cef0743260abcfe [file] [log] [blame]
{
"name": "GCBAlertView",
"version": "1.0.0",
"summary": "A subclass of UIAlertView that lets you attach blocks to its buttons.",
"homepage": "https://github.com/gcbrueckmann/GCBAlertView",
"license": "MIT",
"authors": {
"Georg C. Brückmann": "gcb@bloo7.com"
},
"source": {
"git": "https://github.com/gcbrueckmann/GCBAlertView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "4.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"prefix_header_contents": "#ifdef __OBJC__\n #import <UIKit/UIKit.h>\n#endif /* __OBJC__ */\n"
}