blob: 9fdb70f83684b75a7b5a7d45e5ace5a107977047 [file] [log] [blame]
{
"name": "simpleNetRequest",
"version": "0.0.1",
"summary": "简单网络请求",
"description": "非常简单的网络请求,当项目中与AFNetworking冲突的时候使用",
"homepage": "https://github.com/Gioures/simpleNetRequest",
"license": "Apache-2.0",
"authors": {
"Gioures": "756119874@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Gioures/simpleNetRequest.git",
"tag": "0.0.1"
},
"source_files": "NetWork/*.{h,m}"
}