[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / d / 5 / e / SCWaveformView / 1.0.0 / SCWaveformView.podspec.json
blob1e1fe450ac630bc3aa6b1cc5cef69ee2bf739386
2   "name": "SCWaveformView",
3   "version": "1.0.0",
4   "summary": "A blazing fast customizable waveform view.",
5   "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",
6   "homepage": "https://github.com/rFlex/SCWaveformView",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Simon CORSIN": "simon@corsin.me"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/rFlex/SCWaveformView.git",
16     "tag": "v1.0.0"
17   },
18   "public_header_files": "Sources/SCWaveformView.h",
19   "source_files": [
20     "Sources/SCWaveformView.m",
21     "Sources/SCWaveformView.h"
22   ],
23   "requires_arc": true