Skip to content

Commit

Permalink
Bump podspec to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Antondomashnev authored Oct 6, 2016
1 parent e944a2c commit daa1b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ADTickerLabel.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ADTickerLabel"
s.version = "0.67"
s.version = "1.0.0"
s.summary = "ADTickerLabel An objective-c UIView which provide a mechanism to show numbers with rolling effect, like in counter."
s.description = <<-DESC
ADTickerLabel An objective-c UIView which provide a mechanism to show numbers with rolling effect, like in counter.
Expand All @@ -13,4 +13,4 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.framework = 'CoreGraphics', 'QuartzCore'
s.requires_arc = true
end
end

0 comments on commit daa1b6c

Please sign in to comment.