From 72c17b31cbf956ceb6810f2cbaa7b76cdaeed6d5 Mon Sep 17 00:00:00 2001 From: Daniel Bowden Date: Mon, 3 Nov 2014 12:17:47 +1100 Subject: [PATCH 1/2] Update UICountingLabel.podspec --- UICountingLabel.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UICountingLabel.podspec b/UICountingLabel.podspec index 3c0905d..4ba1468 100644 --- a/UICountingLabel.podspec +++ b/UICountingLabel.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "UICountingLabel" - s.version = "1.1.0" + s.version = "1.2.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.1.0" } + s.source = { :git => "https://github.com/dataxpress/UICountingLabel.git", :tag => spec.version.to_s } s.platform = :ios, '5.0' s.source_files = 'UICountingLabel.{h,m}' s.exclude_files = 'Classes/Exclude' From 00169af681ce623c3889c80fd0968bb8f0a9a381 Mon Sep 17 00:00:00 2001 From: Daniel Bowden Date: Mon, 3 Nov 2014 12:30:10 +1100 Subject: [PATCH 2/2] Update UICountingLabel.podspec --- UICountingLabel.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UICountingLabel.podspec b/UICountingLabel.podspec index 4ba1468..e40515c 100644 --- a/UICountingLabel.podspec +++ b/UICountingLabel.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| 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 => spec.version.to_s } + s.source = { :git => "https://github.com/dataxpress/UICountingLabel.git", :tag => s.version.to_s } s.platform = :ios, '5.0' s.source_files = 'UICountingLabel.{h,m}' s.exclude_files = 'Classes/Exclude'