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