blob: 61eb223543163212d9312e103cb134f34a8140e8 [file] [log] [blame]
{
"name": "ZLHTTPSessionManager",
"version": "4.1.4",
"summary": "基于AFNetworking的马甲库",
"description": "对AFNetworking的请求进行了一层封装,集成了打印日志、检测网络状态、筛除NULL、转换基本数据类型为字符串、将ERROR进行分类等。",
"homepage": "https://github.com/ZLPublicLibrary/ZLHTTPSessionManager",
"license": "MIT",
"authors": {
"Mr.Zhao": "itzhaolei@foxmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ZLPublicLibrary/ZLHTTPSessionManager.git",
"tag": "4.1.4"
},
"source_files": "ZLHTTPSessionManager/Classes/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~> 4.0.1"
]
}
}