Skip to content

Commit 17996ad

Browse files
committed
Merge branch 'hotfix/adjust-tag-on-podspec'
2 parents c99a169 + 30c8d70 commit 17996ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RestKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Pod::Spec.new do |s|
44
s.summary = 'RestKit is a framework for consuming and modeling RESTful web resources on iOS and OS X.'
55
s.homepage = 'http://www.restkit.org'
66
s.author = { 'Blake Watters' => 'blakewatters@gmail.com' }
7-
s.source = { :git => 'https://github.com/RestKit/RestKit.git', :branch => 'development' }
7+
s.source = { :git => 'https://github.com/RestKit/RestKit.git', :tag => 'v0.20.0-pre1' }
88
s.license = 'Apache License, Version 2.0'
99

1010
# Platform setup

0 commit comments

Comments
 (0)