Skip to content

Commit 095ceaf

Browse files
committed
update podspec
1 parent 62d350b commit 095ceaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ZLSinusWaveView.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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"
1717
end

0 commit comments

Comments
 (0)