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 5cbdc41 commit 1acf54d
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.2.0"
s.version = "0.3.0"
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.2.0" }
s.source = { :git => "https://github.com/shu223/Pulsator.git", :tag => "0.3.0" }
s.social_media_url = 'https://twitter.com/shu223'

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

0 comments on commit 1acf54d

Please sign in to comment.