From 30c8d70cd852afd6b99c9bf050b9ca6265fc01f3 Mon Sep 17 00:00:00 2001 From: Blake Watters Date: Thu, 29 Nov 2012 09:43:12 -0500 Subject: [PATCH] Point Podspec to 0.20.0-pre1 tag --- RestKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RestKit.podspec b/RestKit.podspec index ce4a19a089..f01f4556dd 100644 --- a/RestKit.podspec +++ b/RestKit.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |s| s.summary = 'RestKit is a framework for consuming and modeling RESTful web resources on iOS and OS X.' s.homepage = 'http://www.restkit.org' s.author = { 'Blake Watters' => 'blakewatters@gmail.com' } - s.source = { :git => 'https://github.com/RestKit/RestKit.git', :branch => 'development' } + s.source = { :git => 'https://github.com/RestKit/RestKit.git', :tag => 'v0.20.0-pre1' } s.license = 'Apache License, Version 2.0' # Platform setup