[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 2 / 1 / b / RestKit-PromiseKit / 0.3.0 / RestKit-PromiseKit.podspec.json
blob4ff9872601a63facaa5c6837448dad071ba89fd1
2   "name": "RestKit-PromiseKit",
3   "version": "0.3.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "MIT-LICENSE"
10   },
11   "authors": {
12     "Chris McKnight": "cmckni3@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/cmckni3",
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.7"
18   },
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",
20   "source": {
21     "git": "https://github.com/cmckni3/RestKit-PromiseKit.git",
22     "tag": "0.3.0"
23   },
24   "source_files": "RestKit-PromiseKit",
25   "requires_arc": true,
26   "dependencies": {
27     "PromiseKit": [
28       "~> 1.5"
29     ],
30     "RestKit": [
31       "~> 0.20"
32     ]
33   }