[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / f / 5 / e / KSYAudioPlotView / 1.0.1 / KSYAudioPlotView.podspec.json
blobe292e7ef0607b566630afcbea9fd19cac5d9a09c
2   "name": "KSYAudioPlotView",
3   "version": "1.0.1",
4   "summary": "Audio Waveform view",
5   "homepage": "https://github.com/sunyazhou13/AudioPlotView",
6   "license": {
7     "type": "Proprietary",
8     "text": "      Copyright 2017 kingsoft Ltd. All rights reserved.\n"
9   },
10   "authors": {
11     "sunyazhou": "sunyazhou@kingsoft.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/sunyazhou13/AudioPlotView.git",
18     "tag": "1.0.1"
19   },
20   "ios": {
21     "frameworks": [
22       "AudioToolbox",
23       "AVFoundation",
24       "GLKit",
25       "Accelerate"
26     ]
27   },
28   "requires_arc": true,
29   "source_files": "KSYAudioPlotView/*.{h,m,c}"