[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 6 / c / ASWaveformPlayerView / 0.1.0 / ASWaveformPlayerView.podspec.json
bloba9442a3d7442710d923bdbb39557c41b479adca5
2   "name": "ASWaveformPlayerView",
3   "version": "0.1.0",
4   "summary": "Audio waveform view with playback functionality.",
5   "description": "A UIView subclass that displays waveform of a provided local audio file.\n\nThis view has 2 gesture recognizers attached:\n1) UITapGestureRecognizer - Play - Pause associated with a view audio file.\n2) UIPanGestureRecognizer - Seek audio file to specified position.\n\nThere are 3 public properties:\n\nnormalColor - default color of waveform, displays on section of waveform that is yet to be played.\nprogressColor - already played section of waveform fills with this color.\nallowSpacing - inserts little spacing between bars in waveform.",
6   "homepage": "https://github.com/alexey-savchenko/ASWaveformPlayerView",
7   "screenshots": "https://i.imgur.com/GAKHlxq.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "alexey-savchenko": "alexey.savchenko.home@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/alexey-savchenko/ASWaveformPlayerView.git",
17     "tag": "0.1.0"
18   },
19   "social_media_url": "https://twitter.com/Alex_Svch",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "ASWaveformPlayerView/Classes/**/*",
24   "frameworks": [
25     "UIKit",
26     "Foundation",
27     "Accelerate",
28     "AVFoundation"
29   ],
30   "pushed_with_swift_version": "4.0"