blob: 085bae9447e406c0a78682fa7290d89ea746944a [file] [log] [blame]
{
"name": "SCWaveformView",
"version": "2.0.1",
"summary": "A blazing fast customizable waveform view.",
"description": "\t\t A blazing fast customizable waveform view. Extract the audio section of an asset (which can be both video or audio) and display a waveform.\n\t\t The SCWaveformView is optimized to do the less file read possible. When scrolling or displaying another part of the waveform, it will only read whatever it needs to render the new section.\n\t\t It will cache the file data to avoid having to read sections that have been already computed. Furthermore, if it does have to read the file, it will read it by bigger segment to minimize the number of read operations next time the timeRange changes.\n",
"homepage": "https://github.com/rFlex/SCWaveformView",
"license": "Apache License, Version 2.0",
"authors": {
"Simon CORSIN": "simon@corsin.me"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/rFlex/SCWaveformView.git",
"tag": "v2.0.1"
},
"source_files": [
"Sources/SCWaveformView.h",
"Sources/SCWaveformView.m",
"Sources/SCScrollableWaveformView.h",
"Sources/SCScrollableWaveformView.m",
"Sources/SCWaveformCache.h",
"Sources/SCWaveformCache.m"
],
"public_header_files": "Sources/*.h",
"requires_arc": true
}