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