We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e722003 commit 6f1d042Copy full SHA for 6f1d042
Pulsator.podspec
@@ -1,12 +1,12 @@
1
Pod::Spec.new do |s|
2
s.name = "Pulsator"
3
- s.version = "0.1.1"
+ s.version = "0.2.0"
4
s.summary = "Pulse animation for iOS."
5
s.homepage = "https://github.com/shu223/Pulsator"
6
s.screenshots = "https://github.com/shu223/Pulsator/blob/master/demo.gif?raw=true"
7
s.license = 'MIT'
8
s.author = { "shu223" => "shuichi0526@gmail.com" }
9
- s.source = { :git => "https://github.com/shu223/Pulsator.git", :tag => "0.1.1" }
+ s.source = { :git => "https://github.com/shu223/Pulsator.git", :tag => "0.2.0" }
10
s.social_media_url = 'https://twitter.com/shu223'
11
12
s.platform = :ios, '8.0'
0 commit comments