blob: ceb02d80ff964266c31da78e54b25c5586c15792 [file] [log] [blame]
{
"name": "RestKit-PromiseKit",
"version": "0.2.1",
"summary": "RestKit category for PromiseKit",
"description": " Wrapper for the RKObjectManager class to\n return a PromiseKit promise.\n\n Promises clean up the structure of code and\n provide better data flow and error handling\n especially when using asynchronous methods.\n",
"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\n",
"source": {
"git": "https://github.com/cmckni3/RestKit-PromiseKit.git",
"tag": "0.2.1"
},
"source_files": "RestKit-PromiseKit",
"requires_arc": true,
"dependencies": {
"PromiseKit": [
"~> 1.5"
],
"RestKit": [
"~> 0.20"
]
}
}