[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 6 / 5 / SQCombineRequest / 1.0.1 / SQCombineRequest.podspec.json
blob743149237f6b164604c4767df9d543cd126cc751
2   "name": "SQCombineRequest",
3   "version": "1.0.1",
4   "summary": "网络封装库",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/ytsunqiang/SQCombineRequest",
7   "authors": {
8     "sunqiang": "ytsunqiang0319@163.com"
9   },
10   "source": {
11     "git": "https://github.com/ytsunqiang/SQCombineRequest.git",
12     "tag": "1.0.1"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "default_subspecs": "SQCombineRequestNetTool",
18   "xcconfig": {
19     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/Public\"/**"
20   },
21   "subspecs": [
22     {
23       "name": "SQCombineRequestCombine",
24       "source_files": "SQCombineRequest/Combine/**/**"
25     },
26     {
27       "name": "SQCombineRequestNetTool",
28       "dependencies": {
29         "AFNetworking": [
31         ],
32         "SQCombineRequest/SQCombineRequestCombine": [
34         ]
35       },
36       "source_files": "SQCombineRequest/NetTool/**/**",
37       "pod_target_xcconfig": {
38         "GCC_PREPROCESSOR_DEFINITIONS": "SQCOMBINEREQUESTNETTOOL=1"
39       }
40     }
41   ]