blob: dc078f20d52b6ab161d7143dd1e552cb93328fcf [file] [log] [blame]
{
"name": "NIHttpTool",
"version": "0.0.1",
"summary": "NIHttpTool:简单封装AFNetWorking网络请求,基于AFNetworking (3.1.0)",
"description": "简单封装AFNetWorking网络请求,基于AFNetworking (3.1.0);提供了常用的API,调用简单。若在使用过程中有问题,请反馈与作者,以便完善之!",
"homepage": "https://nixinsheng.github.io/",
"license": "MIT",
"authors": {
"倪新生": "1911398892@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wvqusrtg/NIHttpTool.git",
"tag": "0.0.1"
},
"source_files": [
"NIHttpTool",
"*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"Reachability": [
"~> 3.2"
]
}
}