[Add] EcommpaySDK_UI 3.6.6
[CocoaPods.git] / Specs / 2 / 7 / b / HLNetworking / 1.2.0 / HLNetworking.podspec.json
blob619056ff019664f8c2665abd8465d260350da48e
2   "name": "HLNetworking",
3   "version": "1.2.0",
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": "1.2.0",
16     "submodules": true
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": [
27         "HLNetworking/Source/HLNetworking.h",
28         "HLNetworking/Source/Config/**/*.{h,m}",
29         "HLNetworking/Source/API/**/*.{h,m}",
30         "HLNetworking/Source/Task/**/*.{h,m}"
31       ],
32       "dependencies": {
33         "AFNetworking": [
34           "~> 3.1.0"
35         ]
36       }
37     },
38     {
39       "name": "API",
40       "source_files": [
41         "HLNetworking/Source/HLNetworkingAPI.h",
42         "HLNetworking/Source/Config/**/*.{h,m}",
43         "HLNetworking/Source/API/**/*.{h,m}"
44       ],
45       "dependencies": {
46         "AFNetworking": [
47           "~> 3.1.0"
48         ]
49       }
50     },
51     {
52       "name": "Task",
53       "source_files": [
54         "HLNetworking/Source/HLNetworkingTask.h",
55         "HLNetworking/Source/Config/**/*.{h,m}",
56         "HLNetworking/Source/Task/**/*.{h,m}"
57       ],
58       "dependencies": {
59         "AFNetworking": [
60           "~> 3.1.0"
61         ]
62       }
63     },
64     {
65       "name": "Center",
66       "source_files": "HLNetworking/Source/Center/*.{h,m}",
67       "dependencies": {
68         "HLNetworking/API": [
70         ],
71         "YYModel": [
73         ]
74       }
75     }
76   ]