Switch Cocoapods install instructions to point to the development branch

This commit is contained in:
Blake Watters
2012-10-05 23:50:40 -04:00
parent 79f2085c81
commit b4a993b17a

View File

@@ -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: