[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 5 / 9 / ZLHTTPSessionManager / 4.0.2.0 / ZLHTTPSessionManager.podspec.json
blobf891ad3339dd6eabae83ad90659f23c82d3f6fba
2   "name": "ZLHTTPSessionManager",
3   "version": "4.0.2.0",
4   "summary": "基于AFNetworking的优化库",
5   "description": "对AFNetworking的请求进行了一层封装。- 集成了打印日志\n- 检测网络状态\n- 替换NULL\n- 转换基本数据类型为字符串",
6   "homepage": "https://gitee.com/ZLKits/ZLHTTPSessionManager",
7   "license": "MIT",
8   "authors": {
9     "Mr.Zhao": "itzhaolei@foxmail.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://gitee.com/ZLKits/ZLHTTPSessionManager.git",
17     "tag": "4.0.2.0"
18   },
19   "public_header_files": "ZLHTTPSessionManager/Classes/ZLHTTPSessionHeader.h",
20   "source_files": "ZLHTTPSessionManager/Classes/ZLHTTPSessionHeader.h",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "dependencies": {
26     "AFNetworking": [
27       "~> 4.0.1"
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "Request",
33       "source_files": "ZLHTTPSessionManager/Classes/Request/*.{h,m}",
34       "dependencies": {
35         "ZLHTTPSessionManager/ReplaceNull": [
37         ]
38       }
39     },
40     {
41       "name": "ReplaceNull",
42       "source_files": "ZLHTTPSessionManager/Classes/ReplaceNull/*.{h,m}"
43     }
44   ]