blob: 980c522759e6122cd85794f2ae9e60169d8dff74 [file] [log] [blame]
{
"name": "ZNetworkModule",
"version": "1.8.3",
"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.8.3"
},
"source_files": "NetworkModule/ZNetworkModule/**/*",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
},
"frameworks": "Security"
}