blob: df70547ea6e2b3efb5a19c98fe4c50486f225442 [file] [log] [blame]
{
"name": "LSiOSRequest",
"version": "0.0.7",
"summary": "朗新框架 - 业务工具 - 网络请求",
"description": "网络请求工具,和朗新的api逻辑高度契合\n更新说明:\n优化刷新token机制,如果后端返回401无权限,则刷新token:\n1、在token失效的前提下,如果刷新令牌的接口返回失败,视为用户失效;\n2、在固定时间3分钟内,如果当前url已经发起过刷新token的请求,则直接发起下一次请求,重新调用新token;\n3、重复请求当前url3次,则判定为当前刷新令牌失效,退出登录;",
"homepage": "https://code.aliyun.com/LSKit/LSiOSRequest.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"danfort": "quanchengk@163.com"
},
"source": {
"git": "https://code.aliyun.com/LSKit/LSiOSRequest.git",
"tag": "0.0.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LSiOSRequest/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"LSiOSBasic": [
"~> 0.0.12"
],
"AFNetworking": [
],
"MBProgressHUD": [
],
"MJExtension": [
],
"DFLogManager": [
"~> 0.0.6"
]
}
}