[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 7 / b / HLNetworking / 1.1.5 / HLNetworking.podspec.json
blobf0cb3a8040420e002b9f64dad35fb4e49e79916b
2   "name": "HLNetworking",
3   "version": "1.1.5",
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.1.5"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": [
25         "HLNetworking/Source/HLNetworking.h",
26         "HLNetworking/Source/Config/**/*.{h,m}",
27         "HLNetworking/Source/API/**/*.{h,m}",
28         "HLNetworking/Source/Task/**/*.{h,m}"
29       ],
30       "dependencies": {
31         "AFNetworking": [
32           "~> 3.1.0"
33         ]
34       }
35     },
36     {
37       "name": "Center",
38       "source_files": "HLNetworking/Source/Center/*.{h,m}",
39       "dependencies": {
40         "HLNetworking/Core": [
42         ],
43         "YYModel": [
45         ]
46       }
47     }
48   ]