Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Oggerschummer committed Nov 10, 2016
1 parent db2c8a6 commit 8edffd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ZKPulseView.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "ZKPulseView"
s.version = "0.0.3"
s.version = "0.0.4"
s.summary = "Simple iOS UIView Category to create a Pulse (Breathing light) Effect on your needs"

s.description = <<-DESC
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|

s.homepage = "https://github.com/Oggerschummer/ZKPulseView"
s.platform = :ios
s.source = { :git => "https://github.com/Oggerschummer/ZKPulseView.git", :tag => "0.0.3" }
s.source = { :git => "https://github.com/Oggerschummer/ZKPulseView.git", :tag => "0.0.4" }
s.source_files = 'ZKPulseView/Class/**/*.{c,h,hh,m,mm}'
s.frameworks = "Foundation", "UIKit", "MessageUI"
s.requires_arc = true
Expand Down

0 comments on commit 8edffd7

Please sign in to comment.