From a871f90ac84e011ccfaa039179ab0feb5ee9e429 Mon Sep 17 00:00:00 2001 From: sunyazhou Date: Tue, 27 Jun 2017 20:29:33 +0800 Subject: [PATCH] =?UTF-8?q?[KSY][AudioPlotView]=201.=E8=BF=81=E7=A7=BB?= =?UTF-8?q?=E5=88=B0KSVC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KSYAudioPlotView.podspec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/KSYAudioPlotView.podspec b/KSYAudioPlotView.podspec index 9ce2248..b184d22 100644 --- a/KSYAudioPlotView.podspec +++ b/KSYAudioPlotView.podspec @@ -8,11 +8,12 @@ Pod::Spec.new do |s| s.name = "KSYAudioPlotView" - s.version = "1.0.1" + s.version = "1.0.3" s.summary = "Audio Waveform view" - # s.description = <<-DESC - # DESC - s.homepage = "https://github.com/sunyazhou13/AudioPlotView" + s.description = <<-DESC + 金山云音频视波图UI组件 + DESC + s.homepage = "https://github.com/ksvc/AudioPlotView" s.license = {:type => 'Proprietary', :text => <<-LICENSE Copyright 2017 kingsoft Ltd. All rights reserved. LICENSE @@ -21,7 +22,7 @@ Pod::Spec.new do |s| s.author = { "sunyazhou" => "sunyazhou@kingsoft.com" } s.ios.deployment_target = '8.0' # s.osx.deployment_target = '10.8' - s.source = { :git => "https://github.com/sunyazhou13/AudioPlotView.git", + s.source = { :git => "https://github.com/ksvc/AudioPlotView.git", :tag => s.version } s.ios.frameworks = 'AudioToolbox','AVFoundation','GLKit', 'Accelerate' # s.osx.frameworks = 'AudioToolbox','AudioUnit','CoreAudio','QuartzCore','OpenGL','GLKit', 'Accelerate'