blob: 59ec594b4dcff71ddf4843a6903b45963979dece [file] [log] [blame]
{
"name": "GCBStatusDisplay",
"version": "1.0.1",
"summary": "A very simple status display facility for iOS apps.",
"homepage": "https://github.com/gcbrueckmann/GCBStatusDisplay",
"license": "MIT",
"authors": {
"Georg C. Brückmann": "gcb@bloo7.com"
},
"source": {
"git": "https://github.com/gcbrueckmann/GCBStatusDisplay.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"prefix_header_contents": "#ifdef __OBJC__\n #import <UIKit/UIKit.h>\n#endif /* __OBJC__ */\n"
}