2 "name": "RestKit-PromiseKit",
4 "summary": "RestKit category for PromiseKit",
5 "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",
6 "homepage": "https://github.com/cmckni3/RestKit-PromiseKit",
12 "Chris McKnight": "cmckni3@gmail.com"
14 "social_media_url": "https://twitter.com/cmckni3",
19 "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",
21 "git": "https://github.com/cmckni3/RestKit-PromiseKit.git",
24 "source_files": "RestKit-PromiseKit",
27 "PromiseKit/Promise": [