blob: d1a25601ea8502f08220365c7be457e4fe443990 [file] [log] [blame]
{
"name": "XCNetwork",
"version": "1.0.5",
"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.5"
},
"source_files": "XCNetwork",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}