blob: 5a71b8c7a1c95a78392fc77865f517be4c1f78f1 [file] [log] [blame]
{
"name": "DBXFlowTTSLib",
"version": "2.2.6",
"summary": "语音合成",
"description": "流式语音合成iOSSDK,此库依赖于DBCommonLib",
"homepage": "https://github.com/data-baker/DBXFlowTTSLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"linxi": "linxi@data-baker.com"
},
"source": {
"git": "https://github.com/data-baker/DBXFlowTTSLib.git",
"tag": "2.2.6"
},
"platforms": {
"ios": "9.0"
},
"vendored_frameworks": "DBXFlowTTSLib/Classes/*.framework",
"dependencies": {
"DBCommonLib": [
"~>2.2.5"
]
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}