blob: 30610805e4c9d7f11147b52a717437f05ee0d5f4 [file] [log] [blame]
{
"name": "VoiceChanger",
"version": "0.0.2",
"summary": "Voice Changer With Six Type For IOS",
"description": "Voice Changer With Six Type For IOS\"",
"homepage": "https://github.com/Kayshen-X/ios_voice_changer",
"license": "MIT",
"authors": {
"Kayshen-X": "kayshen_xu@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Kayshen-X/ios_voice_changer.git",
"tag": "0.0.2"
},
"source_files": [
"Classes/**/*",
"FMOD/inc/**/*"
],
"public_header_files": "Classes/**/*.h",
"frameworks": [
"AVFoundation",
"AudioToolbox"
],
"libraries": "c++",
"vendored_libraries": [
"FMOD/lib/libfmod_iphoneos.a",
"FMOD/lib/libfmod_iphonesimulator.a",
"FMOD/lib/libfmodL_iphoneos.a",
"FMOD/lib/libfmodL_iphonesimulator.a"
]
}