[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / f / d / SGURLSessionTask / 1.0.1 / SGURLSessionTask.podspec.json
blob077c8f26141b8df18c7f99d4b987e3951a7736f4
2   "name": "SGURLSessionTask",
3   "summary": "An easy-to-use network encapsulation for iOS projects.",
4   "version": "1.0.1",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "sylphghost": "sylphghost@outlook.com"
11   },
12   "homepage": "https://github.com/sylphghost/SGURLSessionTask",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/sylphghost/SGURLSessionTask.git",
18     "tag": "1.0.1"
19   },
20   "requires_arc": true,
21   "source_files": "SGURLSessionTask/**/*.{h,m}",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.0"
25     ],
26     "YYModel": [
28     ],
29     "PromiseKit": [
30       "~> 1.0"
31     ]
32   }