blob: ff621d73b3a8290cb79ff4b991f48d7ba17f0187 [file] [log] [blame]
{
"name": "XCNetwork",
"version": "1.0.6",
"summary": "XCNetwork",
"description": "XCNetwork 基于 AFN 二次封装的网络请求工具类,包涵常用的 POST,GET,图片上传,下载请求",
"homepage": "https://github.com/fanxiaocong/XCNetwork",
"license": "MIT",
"authors": {
"樊小聪": "1016697223@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/fanxiaocong/XCNetwork.git",
"tag": "1.0.6"
},
"source_files": "XCNetwork",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}