Update Podfile to change branch reference. refs #986

This commit is contained in:
Blake Watters
2012-10-06 22:58:39 -04:00
parent 8ae402e297
commit 4ee3020b75

View File

@@ -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