[Add] AnyThinkBigoSDKAdapter 6.4.27
[CocoaPods.git] / Specs / b / 6 / c / ASWaveformPlayerView / 0.1.1 / ASWaveformPlayerView.podspec.json
blob541708af9fa805ddc06356e1beb6dd4ffa5a857b
2   "name": "ASWaveformPlayerView",
3   "version": "0.1.1",
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     "branch": "master",
18     "tag": "0.1.1"
19   },
20   "social_media_url": "https://twitter.com/Alex_Svch",
21   "platforms": {
22     "ios": "11.0"
23   },
24   "source_files": "ASWaveformPlayerView/Classes/**/*",
25   "frameworks": [
26     "UIKit",
27     "Foundation",
28     "Accelerate",
29     "AVFoundation"
30   ],
31   "pushed_with_swift_version": "4.0"