[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 5 / 9 / ZLHTTPSessionManager / 4.1.3 / ZLHTTPSessionManager.podspec.json
blob2ee97afdd2cd96871f53b094165a0c11309d6c20
2   "name": "ZLHTTPSessionManager",
3   "version": "4.1.3",
4   "summary": "基于AFNetworking的马甲库",
5   "description": "对AFNetworking的请求进行了一层封装,集成了打印日志、检测网络状态、筛除NULL、转换基本数据类型为字符串、将ERROR进行分类等。",
6   "homepage": "https://github.com/ZLPublicLibrary/ZLHTTPSessionManager",
7   "license": "MIT",
8   "authors": {
9     "Mr.Zhao": "itzhaolei@foxmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/ZLPublicLibrary/ZLHTTPSessionManager.git",
16     "tag": "4.1.3"
17   },
18   "source_files": "ZLHTTPSessionManager/Classes/*.{h,m}",
19   "frameworks": [
20     "UIKit",
21     "Foundation"
22   ],
23   "dependencies": {
24     "AFNetworking": [
25       "~> 4.0.1"
26     ]
27   }