blob: 95238b3ffadaeab50b000099c5a8c302c545f80f [file] [log] [blame]
{
"name": "FDWaveformView",
"version": "0.2.1",
"summary": "Reads an audio file and displays the waveform",
"homepage": "https://github.com/fulldecent/FDWaveformView",
"license": "MIT",
"authors": {
"William Entriken": "github.com@phor.net"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/fulldecent/FDWaveformView.git",
"tag": "v0.2.1"
},
"source_files": "FDWaveformView/FDWaveformView.{h,m}",
"frameworks": [
"AVFoundation",
"MediaPlayer",
"CoreGraphics"
],
"requires_arc": true
}