blob: 6f90a226814d89c97ddef14a6c99774d35f2470f [file] [log] [blame]
{
"name": "TSVoiceConverter",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": false,
"source_files": [
"Sources/**/*.{h,mm}",
"Sources/*.{h,mm}",
"Sources/TSVoiceConverter.swift"
],
"vendored_libraries": "Sources/**/*.a"
}