blob: 676a1ed36753e20721f8aabb5c3e19152857b0e3 [file] [log] [blame]
{
"name": "SLRESTfulCoreData",
"version": "1.9.0",
"platforms": {
"ios": "6.0"
},
"license": "MIT",
"source": {
"git": "https://github.com/OliverLetterer/SLRESTfulCoreData.git",
"tag": "1.9.0"
},
"frameworks": [
"Foundation",
"UIKit",
"CoreData"
],
"requires_arc": true,
"homepage": "https://github.com/OliverLetterer/SLRESTfulCoreData",
"summary": "Objc naming conventions, autogenerated accessors at runtime, URL substitutions and intelligent attribute mapping.",
"authors": {
"Oliver Letterer": "oliver.letterer@gmail.com"
},
"source_files": [
"SLRESTfulCoreData/SLRESTfulCoreData/*.{h,m}",
"SLRESTfulCoreData/SLRESTfulCoreData/**/*.{h,m}",
"SLRESTfulCoreData/SLRESTfulCoreData/Framework Additions/**/**/*.{h,m}",
"AFRESTfulCoreDataBackgroundQueue/*.{h,m}"
],
"dependencies": {
"SLCoreDataStack": [
"~> 0.6.0"
],
"AFNetworking": [
"~> 2.3.1"
]
},
"prefix_header_contents": "\t#import <Availability.h>\n\n\t#define _AFNETWORKING_PIN_SSL_CERTIFICATES_\n\n\t#if __IPHONE_OS_VERSION_MIN_REQUIRED\n\t #import <SystemConfiguration/SystemConfiguration.h>\n\t #import <MobileCoreServices/MobileCoreServices.h>\n\t #import <Security/Security.h>\n\t#else\n\t #import <SystemConfiguration/SystemConfiguration.h>\n\t #import <CoreServices/CoreServices.h>\n\t #import <Security/Security.h>\n\t#endif\n"
}