| { |
| "name": "KSYAudioPlotView", |
| "version": "1.0.0", |
| "summary": "Audio Waveform view", |
| "homepage": "https://github.com/sunyazhou13/AudioPlotView", |
| "license": { |
| "type": "Proprietary", |
| "text": " Copyright 2017 kingsoft Ltd. All rights reserved.\n" |
| }, |
| "authors": { |
| "sunyazhou": "sunyazhou@kingsoft.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/sunyazhou13/AudioPlotView.git", |
| "tag": "1.0.0" |
| }, |
| "ios": { |
| "frameworks": [ |
| "AudioToolbox", |
| "AVFoundation", |
| "GLKit", |
| "Accelerate" |
| ] |
| }, |
| "requires_arc": true, |
| "source_files": "KSYAudioPlotView/*.{h,m,c}" |
| } |