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