blob: dd6f744eb38e242ed32df3d90a7dc06a088869f8 [file] [log] [blame]
{
"name": "MIAVoiceConvert",
"version": "0.0.1",
"summary": "arm to wav or wav to arm.",
"description": "*arm to wav\n*wav to arm\n \t\t *voice convert",
"homepage": "https://github.com/tianjackyang/MIAVoiceConvert",
"license": "MIT",
"authors": {
"tianjackyang": "919548782@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/tianjackyang/MIAVoiceConvert.git",
"tag": "0.0.1",
"submodules": true
},
"vendored_libraries": [
"Pod/lib/libopencore-amrnb.a",
"Pod/lib/libopencore-amrwb.a"
],
"requires_arc": true,
"subspecs": [
{
"name": "amrwapper",
"source_files": "Pod/amrwapper/**/*.{h,m}"
},
{
"name": "core",
"source_files": "Pod/core/**/*.{h,m}",
"public_header_files": "Pod/core/**/*.{h}"
},
{
"name": "opencore-amrnb",
"source_files": "Pod/opencore-amrnb/**/*.{h,m}"
},
{
"name": "opencore-amrwb",
"source_files": "Pod/opencore-amrwb/**/*.{h,m}"
}
]
}