blob: 56bb46dc99bc09d9439b635f79b4b9cd67b16f2e [file] [log] [blame]
{
"name": "SLRESTfulCoreData",
"version": "1.8.2",
"platforms": {
"ios": "6.0"
},
"license": "MIT",
"source": {
"git": "https://github.com/OliverLetterer/SLRESTfulCoreData.git",
"tag": "1.8.2"
},
"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"
},
"default_subspecs": "Complete",
"subspecs": [
{
"name": "Core",
"requires_arc": true,
"source_files": [
"SLRESTfulCoreData/SLRESTfulCoreData/*.{h,m}",
"SLRESTfulCoreData/SLRESTfulCoreData/**/*.{h,m}",
"SLRESTfulCoreData/SLRESTfulCoreData/Framework Additions/**/**/*.{h,m}"
]
},
{
"name": "AFRESTfulCoreDataBackgroundQueue",
"requires_arc": true,
"source_files": "AFRESTfulCoreDataBackgroundQueue/*.{h,m}",
"dependencies": {
"SLRESTfulCoreData/Core": [
],
"AFNetworking": [
"~> 2.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"
},
{
"name": "Complete",
"requires_arc": true,
"dependencies": {
"SLRESTfulCoreData/Core": [
],
"SLRESTfulCoreData/AFRESTfulCoreDataBackgroundQueue": [
],
"AFNetworking": [
"~> 2.1"
],
"SLCoreDataStack": [
">= 0.2.0"
]
}
}
]
}