From d0a35fed9292b61a95bcd1aa934bbc954dc285ed Mon Sep 17 00:00:00 2001 From: Nadine Salter Date: Mon, 5 Jan 2015 15:55:28 -0800 Subject: [PATCH] 1.1. --- AsyncDisplayKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsyncDisplayKit.podspec b/AsyncDisplayKit.podspec index 5622dd5e30..3721a70aef 100644 --- a/AsyncDisplayKit.podspec +++ b/AsyncDisplayKit.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |spec| spec.homepage = 'http://asyncdisplaykit.org' spec.authors = { 'Nadine Salter' => 'nadi@fb.com', 'Scott Goodson' => 'scottg@fb.com' } spec.summary = 'Smooth asynchronous user interfaces for iOS apps.' - spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.1-beta' } + spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.1' } spec.documentation_url = 'http://asyncdisplaykit.org/appledoc/'