blob: 0166992de4a5abb5b2fa4c8a63000c04083f8888 [file] [log] [blame]
{
"name": "DSWaveformImage",
"version": "1.0.0",
"summary": "generate waveform images from audio files in iOS",
"description": " DSWaveformImage and DSWaveformImageView generate waveform images of audio files.\n",
"homepage": "https://github.com/dmrschmidt/DSWaveformImage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Dennis Schmidt",
"source": {
"git": "https://github.com/dmrschmidt/DSWaveformImage.git",
"tag": "1.0.0"
},
"source_files": [
"DSWaveformImage",
"DSWaveformImage/**/*.{h,m}"
],
"public_header_files": "DSWaveformImage/**/*.h",
"platforms": {
"ios": "6.0"
},
"frameworks": "AVFoundation",
"requires_arc": true
}