mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Switch Cocoapods install instructions to point to the development branch
This commit is contained in:
@@ -521,7 +521,7 @@ Edit your Podfile and add RestKit:
|
||||
``` bash
|
||||
$ edit Podfile
|
||||
platform :ios, '5.0'
|
||||
pod 'RestKit', :git => 'https://github.com/RestKit/RestKit.git', :branch => 'feature/reboot-networking-layer'
|
||||
pod 'RestKit', :git => 'https://github.com/RestKit/RestKit.git', :branch => 'development'
|
||||
```
|
||||
|
||||
Install into your project:
|
||||
|
||||
Reference in New Issue
Block a user