blob: cefa519111852dcf10817408d5b784af24486503 [file] [log] [blame]
{
"name": "YMFlow",
"version": "0.1.5",
"summary": "基于Mars封装的Socket库。",
"description": "基于Mars封装的Socket库。",
"homepage": "https://github.com/yimifudaoTech/YMFlow.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kfb": "kfb@yimifudao.com"
},
"source": {
"git": "https://github.com/yimifudaoTech/YMFlow.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"static_framework": true,
"ios": {
"frameworks": "SystemConfiguration",
"libraries": [
"z",
"resolv.9",
"c++"
]
},
"public_header_files": [
"YMFlow/YMFlow.framework/Headers/*.h",
"SystemConfiguration",
"CoreTelephony",
"Foundation"
],
"vendored_frameworks": "YMFlow/Framework/*.framework",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}