blob: 1e1fe450ac630bc3aa6b1cc5cef69ee2bf739386 [file] [log] [blame]
{
"name": "SCWaveformView",
"version": "1.0.0",
"summary": "A blazing fast customizable waveform view.",
"description": " \t\t Extract the audio section of an asset (which can be both video or audio) and display a waveform. Compared to other libs that are found on the web, this one does not do much memory allocations. Only one pass is also done to create the waveform.\n",
"homepage": "https://github.com/rFlex/SCWaveformView",
"license": "Apache License, Version 2.0",
"authors": {
"Simon CORSIN": "simon@corsin.me"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/rFlex/SCWaveformView.git",
"tag": "v1.0.0"
},
"public_header_files": "Sources/SCWaveformView.h",
"source_files": [
"Sources/SCWaveformView.m",
"Sources/SCWaveformView.h"
],
"requires_arc": true
}