Skip to content

Commit

Permalink
updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
shu223 committed Jan 16, 2017
1 parent 045ee21 commit 3323f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PulsingHalo.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "PulsingHalo"
s.version = "0.2.3"
s.version = "0.2.4"
s.summary = "iOS Component to create Pulsating Animations."
s.homepage = "https://github.com/shu223/PulsingHalo"
s.license = 'MIT'
s.author = { "shu223" => "[email protected]" }
s.platform = :ios
s.source = { :git => "https://github.com/shu223/PulsingHalo.git", :tag => "0.2.3" }
s.source = { :git => "https://github.com/shu223/PulsingHalo.git", :tag => "0.2.4" }
s.source_files = 'PulsingHalo/*.{h,m}'
s.framework = 'QuartzCore'
s.requires_arc = true
Expand Down

0 comments on commit 3323f9f

Please sign in to comment.