We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c99a169 + 30c8d70 commit 17996adCopy full SHA for 17996ad
RestKit.podspec
@@ -4,7 +4,7 @@ Pod::Spec.new do |s|
4
s.summary = 'RestKit is a framework for consuming and modeling RESTful web resources on iOS and OS X.'
5
s.homepage = 'http://www.restkit.org'
6
s.author = { 'Blake Watters' => 'blakewatters@gmail.com' }
7
- 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' }
8
s.license = 'Apache License, Version 2.0'
9
10
# Platform setup
0 commit comments