blob: 82d647799967481847554063e6cd22029fb2b0d9 [file] [log] [blame]
{
"name": "MWApi",
"version": "1.5.4",
"summary": "默往网络请求框架",
"description": "发起请求之前尝试重新连接Socket",
"homepage": "git@192.168.199.108:ios/module_oc/MWApi.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alfie": "418983798@qq.com"
},
"source": {
"git": "git@192.168.199.108:ios/module_oc/MWApi.git",
"tag": "1.5.4"
},
"platforms": {
"ios": "9.0"
},
"dependencies": {
"YYModel": [
],
"AFNetworking": [
"4.0.1"
]
},
"source_files": "MWApi/Classes/**/*",
"public_header_files": "MWApi/Classes/{MWApi,MWApiDelegate,MWApiGroup,MWRequestModel,MWResponseModel,MWApiEnum}.h",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"static_framework": true
}