blob: 33ad5c08d8634d84c7fc75b1e56d156e84469e8b [file] [log] [blame]
{
"name": "MWVoiceConverter",
"version": "1.0.0",
"summary": "默往 语音转化 wav < - > amr",
"homepage": "http://192.168.199.108/ios/module_oc/MWVoiceConverter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xu": "252697349.qq.com"
},
"source": {
"git": "http://192.168.199.108/ios/module_oc/MWVoiceConverter.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"VALID_ARCHS": "x86_64 arm64"
},
"subspecs": [
{
"name": "LibCover",
"source_files": "MWVoiceConverter/LibCover/converter/*.{h,m,mm,c}",
"vendored_libraries": [
"MWVoiceConverter/LibCover/lib/libopencore-amrnb.a",
"MWVoiceConverter/LibCover/lib/libopencore-amrwb.a",
"MWVoiceConverter/LibCover/lib/libvo-amrwbenc.a"
],
"libraries": [
"c++",
"sqlite3",
"stdc++",
"z"
],
"frameworks": [
"AVFoundation",
"AudioToolbox",
"Foundation"
]
}
]
}