blob: 51b871b005120f7126bb9067dc7cead7686657b0 [file] [log] [blame]
{
"name": "LRNet",
"version": "1.3.7",
"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.7"
},
"source_files": "NetRequestDemo/NetEngine/*.{h,m}",
"requires_arc": true,
"frameworks": "CoreTelephony",
"dependencies": {
"AFNetworking": [
]
}
}