mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-12 09:33:41 +08:00
Drop pre from README.md install instructions
This commit is contained in:
@@ -579,11 +579,11 @@ $ touch Podfile
|
||||
$ edit Podfile
|
||||
platform :ios, '5.0'
|
||||
# Or platform :osx, '10.7'
|
||||
pod 'RestKit', '~> 0.20.0pre'
|
||||
pod 'RestKit', '~> 0.20.0'
|
||||
|
||||
# Testing and Search are optional components
|
||||
pod 'RestKit/Testing', '~> 0.20.0pre'
|
||||
pod 'RestKit/Search', '~> 0.20.0pre'
|
||||
pod 'RestKit/Testing', '~> 0.20.0'
|
||||
pod 'RestKit/Search', '~> 0.20.0'
|
||||
```
|
||||
|
||||
Install into your project:
|
||||
|
||||
Reference in New Issue
Block a user