blob: bda4f5d503f318828a4f92e2aa92e8823fce2086 [file] [log] [blame]
{
"name": "LSiOSRequest",
"version": "0.2.3",
"summary": "业务工具 - 网络请求",
"description": "网络请求工具\n更新说明:\n优化加载进程的取消方法;优化设备权限判断方法;增加token刷新机制分类LSRequestTokenRefresAutoV2;增加头文件的注释说明。",
"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.2.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LSiOSRequest/Classes/**/*",
"frameworks": [
"UIKit",
"CoreTelephony"
],
"dependencies": {
"AFNetworking": [
],
"MBProgressHUD": [
],
"MJExtension": [
],
"DFLogManager": [
],
"GTMBase64": [
]
}
}