diff --git a/ADTickerLabel.podspec b/ADTickerLabel.podspec index 14eadad..5f6949c 100644 --- a/ADTickerLabel.podspec +++ b/ADTickerLabel.podspec @@ -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. @@ -13,4 +13,4 @@ Pod::Spec.new do |s| s.license = { :type => 'MIT', :file => 'LICENSE' } s.framework = 'CoreGraphics', 'QuartzCore' s.requires_arc = true -end \ No newline at end of file +end