[Add] EcommpaySDK_UI 3.6.6
[CocoaPods.git] / Specs / 2 / 7 / b / HLNetworking / 2.0.2 / HLNetworking.podspec.json
blob49f94632eba0dbba69e2efe683e8bf72e66cfe53
2   "name": "HLNetworking",
3   "version": "2.0.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/QianKun-HanLin/HLNetworking",
9   "authors": {
10     "wangshiyu13": "wangshiyu13@163.com"
11   },
12   "summary": "基于AFNetworking的高阶网络请求管理器",
13   "source": {
14     "git": "https://github.com/QianKun-HanLin/HLNetworking.git",
15     "tag": "2.0.2",
16     "submodules": true
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": "Core",
23   "resources": "HLNetworking/Source/Logger/iPhoneTypeDefine.plist",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "HLNetworking/Source/HLNetworking.h",
29         "HLNetworking/Source/Generator/**/*.{h,m}",
30         "HLNetworking/Source/Manager/**/*.{h,m}",
31         "HLNetworking/Source/Engine/**/*.{h,m}",
32         "HLNetworking/Source/Logger/**/*.{h,m}",
33         "HLNetworking/Source/Config/**/*.{h,m}"
34       ],
35       "dependencies": {
36         "AFNetworking": [
37           "~> 3.1.0"
38         ]
39       }
40     },
41     {
42       "name": "Center",
43       "source_files": "HLNetworking/Source/Center/*.{h,m}",
44       "dependencies": {
45         "HLNetworking/Core": [
47         ],
48         "YYModel": [
50         ]
51       }
52     }
53   ]