blob: 56520ac84b7d1ff00379da7075eedbbb79d9603e [file] [log] [blame]
{
"name": "NetEngine",
"version": "0.1.4",
"summary": "NetEngine : 网络请求封装",
"description": "针对AFNetworking进行了封装,判断请求返回成功失败,显示对应状态",
"homepage": "https://github.com/Wmileo/NetEngine",
"license": "MIT",
"authors": {
"leo": "work.mileo@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Wmileo/NetEngine.git",
"tag": "0.1.4"
},
"source_files": "NetRequestDemo/NetEngine/*.{h,m}",
"requires_arc": true,
"frameworks": "CoreTelephony",
"dependencies": {
"AFNetworking": [
"~> 3.0.4"
]
}
}