blob: a9b51b3c50b9dcfb248a3ea1d1af5fced38a33f9 [file] [log] [blame]
{
"name": "RestKit",
"version": "0.21.0",
"summary": "RestKit is a framework for consuming and modeling RESTful web resources on iOS and OS X.",
"homepage": "http://www.restkit.org",
"authors": {
"Blake Watters": "blakewatters@gmail.com"
},
"source": {
"git": "https://github.com/RestKit/RestKit.git",
"tag": "v0.21.0"
},
"license": "Apache License, Version 2.0",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"default_subspecs": [
"Core"
],
"prefix_header_contents": "#ifdef COCOAPODS_POD_AVAILABLE_RestKit_CoreData\n #import <CoreData/CoreData.h>\n#endif\n",
"header_mappings_dir": "Code",
"subspecs": [
{
"name": "Core",
"dependencies": {
"RestKit/ObjectMapping": [
],
"RestKit/Network": [
],
"RestKit/CoreData": [
]
}
},
{
"name": "ObjectMapping",
"source_files": [
"Code/ObjectMapping.h",
"Code/ObjectMapping"
],
"dependencies": {
"RestKit/Support": [
],
"RKValueTransformers": [
"~> 1.0.0"
],
"ISO8601DateFormatterValueTransformer": [
"~> 0.5.0"
]
}
},
{
"name": "Network",
"source_files": [
"Code/Network.h",
"Code/Network"
],
"ios": {
"frameworks": [
"CFNetwork",
"Security",
"MobileCoreServices",
"SystemConfiguration"
]
},
"osx": {
"frameworks": [
"CoreServices",
"Security",
"SystemConfiguration"
]
},
"dependencies": {
"SOCKit": [
],
"AFNetworking": [
"~> 1.3.0"
],
"RestKit/ObjectMapping": [
],
"RestKit/Support": [
]
},
"prefix_header_contents": "#import <Availability.h>\n\n#define _AFNETWORKING_PIN_SSL_CERTIFICATES_\n\n#if __IPHONE_OS_VERSION_MIN_REQUIRED\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <MobileCoreServices/MobileCoreServices.h>\n #import <Security/Security.h>\n#else\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <CoreServices/CoreServices.h>\n #import <Security/Security.h>\n#endif\n"
},
{
"name": "CoreData",
"source_files": [
"Code/CoreData.h",
"Code/CoreData"
],
"frameworks": "CoreData"
},
{
"name": "Testing",
"source_files": [
"Code/Testing.h",
"Code/Testing"
],
"prefix_header_contents": "#import <Availability.h>\n\n#define _AFNETWORKING_PIN_SSL_CERTIFICATES_\n\n#if __IPHONE_OS_VERSION_MIN_REQUIRED\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <MobileCoreServices/MobileCoreServices.h>\n #import <Security/Security.h>\n#else\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <CoreServices/CoreServices.h>\n #import <Security/Security.h>\n#endif\n"
},
{
"name": "Search",
"source_files": [
"Code/Search.h",
"Code/Search"
],
"dependencies": {
"RestKit/CoreData": [
]
}
},
{
"name": "Support",
"source_files": [
"Code/RestKit.h",
"Code/Support.h",
"Code/Support",
"Vendor/LibComponentLogging/Core",
"Vendor/LibComponentLogging/NSLog"
],
"dependencies": {
"TransitionKit": [
"1.1.1"
]
}
}
]
}