blob: 87dec3660a370908d20d1576566d1f4f7da26aa4 [file] [log] [blame]
{
"name": "DSWaveformImage",
"version": "2.0.0",
"summary": "generate waveform images from audio files in iOS",
"description": "DSWaveformImage and DSWaveformImageView generate waveform images of audio files.",
"homepage": "https://github.com/dmrschmidt/DSWaveformImage",
"screenshots": "https://raw.github.com/dmrschmidt/DSWaveformImage/master/screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Dennis Schmidt",
"social_media_url": "http://twitter.com/dmrschmidt",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dmrschmidt/DSWaveformImage.git",
"tag": "2.0.0"
},
"source_files": [
"DSWaveformImage",
"DSWaveformImage/**/*.{h,m}"
],
"public_header_files": "DSWaveformImage/**/*.h",
"frameworks": "AVFoundation",
"requires_arc": true
}