Switch b1 podspec version to 0.20.0dev to align with VERSION

This commit is contained in:
Blake Watters
2012-10-16 13:34:56 -04:00
parent bc50e95036
commit 58f0f4f428

View File

@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RestKit'
s.version = '0.20.0b1'
s.version = '0.20.0dev'
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' }