blob: 0ca69947ea5d0766e67f0f41829c384892c405f1 [file] [log] [blame]
{
"name": "CustomNetWorking",
"version": "1.1.0",
"summary": "基于AFNetWorking二次封装(数据请求、数据缓存、数据文件上传、数据文件下载、数据文件断点下载、自定义配置)",
"homepage": "https://github.com/XueYangLee/CustomNetWorking",
"license": "MIT",
"authors": {
"Singularity_Lee": "496736912@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/XueYangLee/CustomNetWorking.git",
"tag": "1.1.0"
},
"source_files": "CustomNetWorking/CustomNetWork/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"YYCache": [
]
}
}