blob: 46d0396080f7bac35e931062b0e5e3bb3b302cef [file] [log] [blame]
{
"name": "WZNetWork",
"version": "1.0.1",
"summary": "A short description of WZNetWork.",
"description": "利用YYCache和AFN实现网络数据缓存",
"homepage": "https://github.com/wuzaozhou/WZNetWork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wuzaozhou": "wuzaozhou@aliyun.com"
},
"source": {
"git": "https://github.com/wuzaozhou/WZNetWork.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"AFNetworking": [
],
"YYKit": [
]
},
"subspecs": [
{
"name": "Classes",
"source_files": "WZNetWork/Classes/**"
}
]
}