blob: 53835d7e46fb266a8747a24ad39fafe47007c19f [file] [log] [blame]
{
"name": "RestKit-PromiseKit",
"version": "0.4.0",
"summary": "RestKit category for PromiseKit",
"description": "Wrapper for the RKObjectManager class to\nreturn a PromiseKit promise.\n\nPromises clean up the structure of code and\nprovide better data flow and error handling\nespecially when using asynchronous methods.",
"homepage": "https://github.com/cmckni3/RestKit-PromiseKit",
"license": {
"type": "MIT",
"file": "MIT-LICENSE"
},
"authors": {
"Chris McKnight": "cmckni3@gmail.com"
},
"social_media_url": "https://twitter.com/cmckni3",
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"prefix_header_contents": "#import <Availability.h>\n#define _AFNETWORKING_PIN_SSL_CERTIFICATES_\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",
"source": {
"git": "https://github.com/cmckni3/RestKit-PromiseKit.git",
"tag": "0.4.0"
},
"source_files": "RestKit-PromiseKit",
"requires_arc": true,
"dependencies": {
"PromiseKit/Promise": [
"~> 1.5"
],
"RestKit": [
"~> 0.20"
]
}
}