From 23ad4386d84371d88f53654ea980180a5e6ea280 Mon Sep 17 00:00:00 2001 From: Tim Gostony Date: Tue, 25 Mar 2014 13:16:37 -0700 Subject: [PATCH] Update UICountingLabel.podspec --- UICountingLabel.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'