blob: 2d7502bd4d7f46d0f0fc949255267bbc31e91e51 [file] [log] [blame]
{
"name": "LXNetworking",
"version": "1.0.4",
"platforms": {
"ios": "8.0"
},
"summary": "好用网络请求库,基于AFNetworking v3.2.1。提供常用请求,上传,下载。缓存,设置缓存策略,缓存时间等功能",
"homepage": "https://github.com/xinge1/LXNetworking",
"social_media_url": "https://github.com/xinge1/LXNetworking",
"license": "MIT",
"authors": {
"xinge1": "3093496743@qq.com"
},
"source": {
"git": "https://github.com/xinge1/LXNetworking.git",
"tag": "1.0.4"
},
"requires_arc": true,
"source_files": "LXNetworking/*.{h,m}",
"public_header_files": "LXNetworking/*.{h}",
"dependencies": {
"AFNetworking": [
],
"YYCache": [
]
}
}