Skip to content

Commit

Permalink
Bump Podspec to point at pre2 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Dec 2, 2012
1 parent f62f6ac commit 9b78ca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RestKit.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = 'RestKit'
s.version = '0.20.0pre1'
s.version = '0.20.0pre2'
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' => '[email protected]' }
s.source = { :git => 'https://github.com/RestKit/RestKit.git', :tag => 'v0.20.0-pre1' }
s.source = { :git => 'https://github.com/RestKit/RestKit.git', :tag => 'v0.20.0-pre2' }
s.license = 'Apache License, Version 2.0'

# Platform setup
Expand Down

0 comments on commit 9b78ca2

Please sign in to comment.