diff --git a/UICountingLabel.podspec b/UICountingLabel.podspec index c76a023..3c0905d 100644 --- a/UICountingLabel.podspec +++ b/UICountingLabel.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "UICountingLabel" - s.version = "1.0.0" + s.version = "1.1.0" s.summary = "Adds animated counting support to UILabel." s.homepage = "https://github.com/dataxpress/UICountingLabel" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Tim Gostony" => "dataxpress@gmail.com" } - s.source = { :git => "https://github.com/dataxpress/UICountingLabel.git", :tag => "1.0.0" } + s.source = { :git => "https://github.com/dataxpress/UICountingLabel.git", :tag => "1.1.0" } s.platform = :ios, '5.0' s.source_files = 'UICountingLabel.{h,m}' s.exclude_files = 'Classes/Exclude'