blob: 98a1d08d03f558d5041aea37162dccb44ed0d45e [file] [log] [blame]
{
"name": "LNNetwork",
"version": "0.0.2",
"summary": "iOS Networking based on AFNetworking",
"description": "LNNetwork基于AFNetworking4.x,主要用来发起请求,监听请求状态,接收请求结果,处理缓存逻辑,初步处理数据,功能点有:\n支持Get Post Post(上传数据) Head Put Patch Delete\n支持缓存,可配置过期时间等\n支持Delegate,Block两种回调策略,可自由配置\n支持返回数据为模型转换后的对象",
"homepage": "https://github.com/lengain/LNNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lengain": "lengain@qq.com"
},
"social_media_url": "https://github.com/lengain",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/lengain/LNNetworking.git",
"tag": "0.0.2"
},
"source_files": "LNNetworking/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}