blob: 472f3f9f165823c470c7cac0eb9cedb63e48471c [file] [log] [blame]
{
"name": "TSVoiceConverter",
"version": "0.1.0",
"summary": "A Swift VoiceConverter between AMR format and WAV format",
"homepage": "https://github.com/hilen/TSVoiceConverter",
"license": "MIT",
"authors": {
"Hilen": "hilenkz@gmail.com"
},
"source": {
"git": "https://github.com/hilen/TSVoiceConverter.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": false,
"source_files": [
"Sources/*.{h,mm}",
"Sources/**/*.{h,mm}",
"Sources/TSVoiceConverter.swift"
],
"vendored_libraries": "Sources/**/*.a"
}