blob: 03d6cbddc20c86b3e4c241793291b424f0f6650a [file] [log] [blame]
{
"name": "LSiOSRequest",
"version": "0.1.0",
"summary": "业务工具 - 网络请求",
"description": "网络请求工具\n更新说明:\n优化回参机制,如果http code异常,则把接口返回的任何东西都抛给调用方处理。",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LSiOSRequest/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
],
"MBProgressHUD": [
],
"MJExtension": [
],
"DFLogManager": [
],
"GTMBase64": [
]
}
}