From 255c1c74f9be2c28191dc26875545a2c27fa7e2e Mon Sep 17 00:00:00 2001 From: Blake Watters Date: Wed, 20 Mar 2013 20:38:05 -0400 Subject: [PATCH] Update Podspec to v0.20.0 --- RestKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RestKit.podspec b/RestKit.podspec index 9a9a5e1a..c3f89761 100644 --- a/RestKit.podspec +++ b/RestKit.podspec @@ -1,10 +1,10 @@ Pod::Spec.new do |s| s.name = 'RestKit' - s.version = '0.20.0rc1' + s.version = '0.20.0' 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', :tag => 'v0.20.0-rc1' } + s.source = { :git => 'https://github.com/RestKit/RestKit.git', :tag => 'v0.20.0' } s.license = 'Apache License, Version 2.0' # Platform setup