[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 0 / 4 / a / GQNetWork / 1.0.0 / GQNetWork.podspec.json
blob52faa7e28e9da00fefbeb5a2c9deb7d7a5fae69c
2   "name": "GQNetWork",
3   "version": "1.0.0",
4   "summary": "继承形式的网络请求库,支持关系映射,支持NSURLSession",
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": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/g763007297/GQNetWork.git",
18     "tag": "1.0.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": "NetWork",
22   "subspecs": [
23     {
24       "name": "Mapping",
25       "ios": {
26         "source_files": [
27           "GQMapping/**/*.{h,m}",
28           "GQNetWork/Additions/NSString+GQAdditions.h",
29           "GQNetWork/Additions/NSString+GQAdditions.3"
30         ]
31       },
32       "public_header_files": "GQMapping/**/*.h"
33     },
34     {
35       "name": "NetWork",
36       "ios": {
37         "source_files": "GQNetWork/**/*.{h,m}"
38       },
39       "dependencies": {
40         "GQNetWork/Mapping": [
42         ]
43       }
44     }
45   ]