[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 5 / c / 9 / mappedin-cocoa / 0.7.0 / mappedin-cocoa.podspec.json
blobafddbe9ae6e9996a9d3cc3e6d3247cbef4fd6bab
2   "name": "mappedin-cocoa",
3   "version": "0.7.0",
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.7.0"
19   },
20   "source_files": "MappedInCocoa/Classes/**/*.{h,m}",
21   "requires_arc": true,
22   "dependencies": {
23     "AFNetworking": [
24       "~> 1.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__*/\n"