2 "name": "MappedInCocoa",
4 "summary": "Cocoa bindings for the MappedIn API",
5 "homepage": "https://github.com/MappedIn/mappedin-cocoa",
11 "MappedIn": "support@mappedin.com"
17 "git": "https://github.com/MappedIn/mappedin-cocoa.git",
20 "source_files": "MappedInCocoa/Classes/**/*.{h,m}",
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__*/"