blob: 6bf5260f31bf00560b5e3abe3a634349ace7788e [file] [log] [blame]
{
"name": "LSiOSRequest",
"version": "1.1.2",
"summary": "业务工具 - 网络请求",
"description": "网络请求工具\n更新说明:\n优化同步请求,对项目可用;\n优化url兼容,可同时支持url带参数和param属性带参数的情况。",
"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.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LSiOSRequest/Classes/**/*",
"frameworks": [
"UIKit",
"CoreTelephony"
],
"dependencies": {
"AFNetworking": [
],
"MJExtension": [
],
"DFLogManager": [
],
"GTMBase64": [
],
"LSiOSPopView": [
],
"SocketRocket": [
]
}
}