From 4ee3020b75d75c693a6d43046597377fffccf981 Mon Sep 17 00:00:00 2001 From: Blake Watters Date: Sat, 6 Oct 2012 22:58:39 -0400 Subject: [PATCH] Update Podfile to change branch reference. refs #986 --- RestKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RestKit.podspec b/RestKit.podspec index 96f5aaeb..1f76e9e8 100644 --- a/RestKit.podspec +++ b/RestKit.podspec @@ -1,10 +1,10 @@ Pod::Spec.new do |s| s.name = 'RestKit' - s.version = '0.20.0' + s.version = '0.20.0-dev' 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 => 'feature/reboot-networking-layer' } + s.source = { :git => 'https://github.com/RestKit/RestKit.git', :branch => 'development' } s.license = 'Apache License, Version 2.0' # Platform setup