[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 8 / c / GCBAlertView / 1.0.0 / GCBAlertView.podspec.json
blob5a4ad6c189e4ff622a979db05cef0743260abcfe
2   "name": "GCBAlertView",
3   "version": "1.0.0",
4   "summary": "A subclass of UIAlertView that lets you attach blocks to its buttons.",
5   "homepage": "https://github.com/gcbrueckmann/GCBAlertView",
6   "license": "MIT",
7   "authors": {
8     "Georg C. Brückmann": "gcb@bloo7.com"
9   },
10   "source": {
11     "git": "https://github.com/gcbrueckmann/GCBAlertView.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "4.0"
16   },
17   "source_files": "*.{h,m}",
18   "requires_arc": true,
19   "prefix_header_contents": "#ifdef __OBJC__\n  #import <UIKit/UIKit.h>\n#endif /* __OBJC__ */\n"