blob: 226c3109c81fc3e4a707e20b3ee1db41adafb6a7 [file] [log] [blame]
{
"name": "LSiOSRequest",
"version": "1.2.1",
"summary": "业务工具 - 网络请求",
"description": "网络请求工具\n更新说明:\nsocket机制调优;\n调整解析属性的赋值方式;\n开放属性包括请求错误编码、成功标识、失败标识、token失效标识数组等;\n增加参数加盐代理;\n优化黑白名单判断规则;",
"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": "1.2.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LSiOSRequest/Classes/**/*",
"frameworks": [
"UIKit",
"CoreTelephony"
],
"dependencies": {
"AFNetworking": [
],
"MJExtension": [
],
"DFLogManager": [
],
"GTMBase64": [
],
"LSiOSPopView": [
],
"SocketRocket": [
]
}
}