Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
zhxnlai committed Jun 27, 2015
1 parent 62d350b commit 095ceaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ZLSinusWaveView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ZLSinusWaveView"
s.version = "0.0.2"
s.version = "0.0.3"
s.summary = "A Siri like voice visualization view using EZAudio. Modified from SISinusWaveView for iOS."
s.description = <<-DESC
A Siri like voice visualization view using EZAudio. Modified from [SISinusWaveView](https://github.com/raffael/SISinusWaveView) for iOS.
Expand All @@ -10,8 +10,8 @@ Pod::Spec.new do |s|
s.license = { :type => "BSD", :file => "LICENSE" }
s.author = { "Zhixuan Lai" => "[email protected]" }
s.platform = :ios, "6.0"
s.source = { :git => "https://github.com/zhxnlai/ZLSinusWaveView.git", :tag => "0.0.2" }
s.source = { :git => "https://github.com/zhxnlai/ZLSinusWaveView.git", :tag => "0.0.3" }
s.source_files = "ZLSinusWaveView/*.{h,m}"
s.requires_arc = true
s.dependency "EZAudio", "~> 0.0.6"
s.dependency "EZAudio", "~> 0.0.6"
end

0 comments on commit 095ceaf

Please sign in to comment.