File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "ZLSinusWaveView"
3- s . version = "0.0.2 "
3+ s . version = "0.0.3 "
44 s . summary = "A Siri like voice visualization view using EZAudio. Modified from SISinusWaveView for iOS."
55 s . description = <<-DESC
66 A Siri like voice visualization view using EZAudio. Modified from [SISinusWaveView](https://github.com/raffael/SISinusWaveView) for iOS.
@@ -10,8 +10,8 @@ Pod::Spec.new do |s|
1010 s . license = { :type => "BSD" , :file => "LICENSE" }
1111 s . author = { "Zhixuan Lai" => "zhxnlai@gmail.com" }
1212 s . platform = :ios , "6.0"
13- s . source = { :git => "https://github.com/zhxnlai/ZLSinusWaveView.git" , :tag => "0.0.2 " }
13+ s . source = { :git => "https://github.com/zhxnlai/ZLSinusWaveView.git" , :tag => "0.0.3 " }
1414 s . source_files = "ZLSinusWaveView/*.{h,m}"
1515 s . requires_arc = true
16- s . dependency "EZAudio" , "~> 0.0.6"
16+ s . dependency "EZAudio" , "~> 0.0.6"
1717end
You can’t perform that action at this time.
0 commit comments