blob: daf82981423d28d105f77135d08a508b88c5524f [file] [log] [blame]
{
"name": "VoiceConverter",
"version": "0.1.0",
"summary": "VoiceConverter. used by self",
"homepage": "https://github.com/huawt/VoiceConverter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"huawt": "ghost263sky@163.com"
},
"source": {
"git": "https://github.com/huawt/VoiceConverter.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "VoiceConverter/Classes/**/*",
"public_header_files": "VoiceConverter/Classes/**/*.h",
"frameworks": [
"Foundation",
"AVFoundation"
],
"vendored_libraries": [
"VoiceConverter/Classes/lib/libopencore-amrnb.a",
"VoiceConverter/Classes/lib/libopencore-amrwb.a"
],
"libraries": [
"c",
"c++"
]
}