blob: aad622885bef771ddb550c70e11c73e3e6e94235 [file] [log] [blame]
{
"name": "LSiOSRequest",
"version": "0.1.2",
"summary": "业务工具 - 网络请求",
"description": "网络请求工具\n更新说明:\n如果接口返回http code = 400优先,从msg获取错误信息,如果获取不到再封装成系统异常。",
"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.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LSiOSRequest/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
],
"MBProgressHUD": [
],
"MJExtension": [
],
"DFLogManager": [
],
"GTMBase64": [
]
}
}