From 00169af681ce623c3889c80fd0968bb8f0a9a381 Mon Sep 17 00:00:00 2001 From: Daniel Bowden Date: Mon, 3 Nov 2014 12:30:10 +1100 Subject: [PATCH] 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'