[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / c / b / GTNetworking / 0.0.1 / GTNetworking.podspec.json
blobae2df2ff254503f8132883d492f971a6c087dd8f
2   "name": "GTNetworking",
3   "version": "0.0.1",
4   "summary": "GTNetworking is a high level request util based on AFNetworking.",
5   "homepage": "https://github.com/liuxc123/GTNetworking",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "liuxc123": "lxc_work@126.com"
12   },
13   "source": {
14     "git": "https://github.com/liuxc123/GTNetworking.git",
15     "tag": "0.0.1"
16   },
17   "requires_arc": true,
18   "source_files": "GTNetworking/*.{h,m}",
19   "private_header_files": "GTNetworking/GTNetworkPrivate.h",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.9",
23     "watchos": "2.0",
24     "tvos": "9.0"
25   },
26   "frameworks": "CFNetwork",
27   "dependencies": {
28     "AFNetworking": [
29       "~> 3.2.1"
30     ]
31   }