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