[Add] YSRTCLiveAVKitSDK 1.0.2
[CocoaPods.git] / Specs / 4 / d / 7 / NSURLSession-PromiseKit / 0.2.1 / NSURLSession-PromiseKit.podspec.json
blob646415d08db942894869bf9624724a97230ed0ba
2   "name": "NSURLSession-PromiseKit",
3   "version": "0.2.1",
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.2.1"
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   "frameworks": "Foundation",
21   "dependencies": {
22     "PromiseKit/Promise": [
23       "~> 1.0"
24     ]
25   }