[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / d / 0 / GCBActionSheet / 1.0.0 / GCBActionSheet.podspec.json
blob8baf9d6c8bb21d6170168ab0b300e25a4fa135f1
2   "name": "GCBActionSheet",
3   "version": "1.0.0",
4   "summary": "A subclass of UIActionSheet that lets you attach blocks to its buttons.",
5   "homepage": "https://github.com/gcbrueckmann/GCBActionSheet",
6   "license": "MIT",
7   "authors": {
8     "Georg C. Brückmann": "gcb@bloo7.com"
9   },
10   "source": {
11     "git": "https://github.com/gcbrueckmann/GCBActionSheet.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"