[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / d / 7 / NSURLSession-PromiseKit / 0.1.0 / NSURLSession-PromiseKit.podspec.json
blob45f592c3434f17b9d862823740d73357d51cfbf9
2   "name": "NSURLSession-PromiseKit",
3   "version": "0.1.0",
4   "summary": "Adds a category to NSURLSession to be able to use PromiseKit.",
5   "homepage": "https://github.com/jschmid/NSURLSession-PromiseKit",
6   "license": "MIT",
7   "authors": {
8     "Jonas Schmid": "jonas.schmid@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/jschmid/NSURLSession-PromiseKit.git",
12     "tag": "0.1.0"
13   },
14   "social_media_url": "https://twitter.com/jonas_schmid",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "NSURLSession-PromiseKit": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "Foundation",
26   "dependencies": {
27     "PromiseKit/Promise": [
28       "~> 1.0"
29     ]
30   }