From cdb8a035d1468e0b615b0803996def860ddce09b Mon Sep 17 00:00:00 2001 From: "C. Bess" Date: Mon, 19 Aug 2013 02:07:47 -0500 Subject: [PATCH] Update AutoScrollLabel.podspec --- AutoScrollLabel.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoScrollLabel.podspec b/AutoScrollLabel.podspec index 8fef7de..1a6d4b2 100644 --- a/AutoScrollLabel.podspec +++ b/AutoScrollLabel.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.license = { :type => 'MIT', :file => 'LICENSE.txt' } s.author = { 'Christopher Bess' => 'cbess@quantumquinn.com' } - s.source = { :git => 'https://github.com/cbess/AutoScrollLabel.git', :tag => 'v' + s.version } + s.source = { :git => 'https://github.com/cbess/AutoScrollLabel.git', :tag => 'v0.2.1' } s.platform = :ios, '6.0' s.requires_arc = false