blob: 997fc88a65cac31c3b21a486d2be8f3ba5d5c867 [file] [log] [blame]
{
"name": "KSYAudioPlotView",
"version": "1.0.2",
"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": "7.0"
},
"source": {
"git": "https://github.com/sunyazhou13/AudioPlotView.git",
"tag": "1.0.2"
},
"ios": {
"frameworks": [
"AudioToolbox",
"AVFoundation",
"GLKit",
"Accelerate"
]
},
"requires_arc": true,
"source_files": "KSYAudioPlotView/*.{h,m,c}"
}