blob: 31beb74843b29db158b694dc7de7115472a007cb [file] [log] [blame]
{
"name": "MappedInCocoa",
"version": "0.8.1",
"summary": "Cocoa bindings for the MappedIn API",
"homepage": "https://github.com/MappedIn/mappedin-cocoa",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MappedIn": "support@mappedin.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/MappedIn/mappedin-cocoa.git",
"tag": "v0.8.1"
},
"source_files": "MappedInCocoa/Classes/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
},
"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__*/"
}