From 06f5754b37e56910ca65b925e3e37ef2a9d03cd2 Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Tue, 8 Nov 2016 16:19:52 -0800 Subject: [PATCH] This way we only have to update the version number in one place. (#2577) --- AsyncDisplayKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsyncDisplayKit.podspec b/AsyncDisplayKit.podspec index f62d6fbb55..634a0f5fee 100644 --- a/AsyncDisplayKit.podspec +++ b/AsyncDisplayKit.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |spec| spec.homepage = 'http://asyncdisplaykit.org' spec.authors = { 'Scott Goodson' => 'scottgoodson@gmail.com' } spec.summary = 'Smooth asynchronous user interfaces for iOS apps.' - spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '2.0-beta.1' } + spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => spec.version.to_s } spec.documentation_url = 'http://asyncdisplaykit.org/appledoc/'