Skip to content

Commit

Permalink
Updated the versions in Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
shu223 committed May 27, 2016
1 parent 692b221 commit a3924e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pulsator.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "Pulsator"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "Pulse animation for iOS."
s.homepage = "https://github.com/shu223/Pulsator"
s.screenshots = "https://github.com/shu223/Pulsator/blob/master/demo.gif?raw=true"
s.license = 'MIT'
s.author = { "shu223" => "[email protected]" }
s.source = { :git => "https://github.com/shu223/Pulsator.git", :tag => "0.1.0" }
s.source = { :git => "https://github.com/shu223/Pulsator.git", :tag => "0.1.1" }
s.social_media_url = 'https://twitter.com/shu223'

s.platform = :ios, '8.0'
Expand Down

0 comments on commit a3924e3

Please sign in to comment.