blob: f8572f6d9c615a9b8acedcfcce77267bc94f2cd3 [file] [log] [blame]
{
"name": "ZNetworkModule",
"version": "1.7.6",
"summary": "这是一个网络请求库,将AFNetworking封装成单例类,加入了缓存机制。",
"description": "这是一个网络请求库,将AFNetworking封装成单例类,加入了缓存机制,每个请求都可以设置是否开启缓存,使用方便简单。",
"homepage": "https://github.com/zhangguozhong/NetworkModule.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangguozhong": "494316382@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zhangguozhong/NetworkModule.git",
"tag": "1.7.6"
},
"source_files": [
"NetworkModule/ZNetworkModule/Network/**/*.{h,m}",
"NetworkModule/ZNetworkModule/XXCache/**/*.{h,m}",
"NetworkModule/ZNetworkModule/Utils/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation",
"Security"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}