[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 0 / 4 / a / GQNetWork / 1.2.6 / GQNetWork.podspec.json
blob1ad9a259042202fff6be8751c9459f30583655fd
2   "name": "GQNetWork",
3   "version": "1.2.6",
4   "summary": "继承形式的网络请求库,支持关系映射,支持NSURLSession,支持https请求,请求数据缓存机制,支持链式调用,支持model版本控制",
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": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/g763007297/GQNetWork.git",
18     "tag": "1.2.6"
19   },
20   "requires_arc": true,
21   "default_subspecs": "GQNetworking",
22   "subspecs": [
23     {
24       "name": "GQMapping",
25       "ios": {
26         "source_files": "GQMapping/**/*.{h,m}"
27       },
28       "public_header_files": "GQMapping/**/*.h"
29     },
30     {
31       "name": "GQNetworking",
32       "ios": {
33         "source_files": [
34           "GQNetworking/**/*.{h,m}",
35           "GQBaseNetwork/**/*.{h,m}"
36         ]
37       },
38       "public_header_files": [
39         "GQNetworking/**/*.h",
40         "GQBaseNetwork/**/*.h"
41       ],
42       "dependencies": {
43         "GQNetWork/GQMapping": [
45         ]
46       }
47     }
48   ]