[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 8 / c / 3 / MappedInCocoa / 0.8.1 / MappedInCocoa.podspec.json
blob31beb74843b29db158b694dc7de7115472a007cb
2   "name": "MappedInCocoa",
3   "version": "0.8.1",
4   "summary": "Cocoa bindings for the MappedIn API",
5   "homepage": "https://github.com/MappedIn/mappedin-cocoa",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "MappedIn": "support@mappedin.com"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/MappedIn/mappedin-cocoa.git",
18     "tag": "v0.8.1"
19   },
20   "source_files": "MappedInCocoa/Classes/**/*.{h,m}",
21   "requires_arc": true,
22   "dependencies": {
23     "AFNetworking": [
24       "~> 2.0"
25     ]
26   },
27   "prefix_header_contents": "#ifdef __OBJC__\n  #import <Security/Security.h>\n  #if __IPHONE_OS_VERSION_MIN_REQUIRED\n    #import <SystemConfiguration/SystemConfiguration.h>\n    #import <MobileCoreServices/MobileCoreServices.h>\n  #else\n    #import <SystemConfiguration/SystemConfiguration.h>\n    #import <CoreServices/CoreServices.h>\n  #endif\n#endif /* __OBJC__*/"