[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 0 / 4 / a / GQNetWork / 1.4.5 / GQNetWork.podspec.json
blob34dc851988ffa3c5624308dc4c2d7f9aae28243e
2   "name": "GQNetWork",
3   "version": "1.4.5",
4   "summary": "继承形式的网络请求库,支持NSURLSession,支持https请求,请求数据缓存机制,支持链式调用",
5   "homepage": "https://github.com/g763007297/GQNetWork",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "developer_高": "763007297@qq.com"
12   },
13   "platforms": {
14     "ios": null
15   },
16   "source": {
17     "git": "https://github.com/g763007297/GQNetWork.git",
18     "tag": "1.4.5"
19   },
20   "requires_arc": true,
21   "default_subspecs": "GQNetworking",
22   "subspecs": [
23     {
24       "name": "GQNetworking",
25       "platforms": {
26         "ios": "6.0"
27       },
28       "ios": {
29         "source_files": [
30           "GQNetworking/**/*.{h,m}",
31           "GQBaseNetwork/**/*.{h,m}",
32           "GQRequestSerialization/**/*.{h,m}",
33           "GQNetworkOperation/**/*.{h,m}"
34         ]
35       },
36       "public_header_files": [
37         "GQNetworking/**/*.h",
38         "GQBaseNetwork/**/*.h",
39         "GQNetworkOperation/**/*.{h}"
40       ]
41     },
42     {
43       "name": "GQAFNetworking",
44       "platforms": {
45         "ios": "8.0"
46       },
47       "ios": {
48         "source_files": [
49           "GQNetworking/**/*.{h,m}",
50           "GQBaseNetwork/**/*.{h,m}",
51           "GQRequestSerialization/**/*.{h,m}",
52           "AFNetWorking/**/*.{h,m}"
53         ]
54       },
55       "public_header_files": [
56         "GQNetworking/**/*.h",
57         "GQBaseNetwork/**/*.h",
58         "AFNetWorking/**/*.{h}"
59       ],
60       "dependencies": {
61         "AFNetworking/NSURLSession": [
63         ]
64       }
65     }
66   ]