blob: cb31fc9369d13874d99768eb1c3356927b70ce7f [file] [log] [blame]
{
"name": "MGNetworking-Y",
"version": "0.1.0",
"summary": "基于AFNetworking封装的网络库,涵盖基本的POST/GET请求,文件上传和下载。",
"description": "基于AFNetworking封装的网络库,涵盖基本的POST/GET请求,文件上传和下载,功能还在持续完善中,有任何问题请联系我。",
"homepage": "https://github.com/cndevmingle/MGNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mingle": "cndevmingle@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/cndevmingle/MGNetworking.git",
"tag": "0.1.0"
},
"source_files": "MGNetworking/MGNetworking/MGNetworking/**/*.{h,m}",
"dependencies": {
"YTKKeyValueStore": [
"~> 0.1.2"
],
"MJExtension": [
"~> 3.0.13"
],
"AFNetworking": [
"~> 3.2.0"
]
}
}