blob: 8baf9d6c8bb21d6170168ab0b300e25a4fa135f1 [file] [log] [blame]
{
"name": "GCBActionSheet",
"version": "1.0.0",
"summary": "A subclass of UIActionSheet that lets you attach blocks to its buttons.",
"homepage": "https://github.com/gcbrueckmann/GCBActionSheet",
"license": "MIT",
"authors": {
"Georg C. Brückmann": "gcb@bloo7.com"
},
"source": {
"git": "https://github.com/gcbrueckmann/GCBActionSheet.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"
}