Add OS X platform install note to CocoaPod

This commit is contained in:
Blake Watters
2012-12-15 13:14:55 -05:00
parent e4b7c2bd91
commit e1adb8134c

View File

@@ -520,7 +520,8 @@ Edit your Podfile and add RestKit:
``` bash
$ edit Podfile
platform :ios, '5.0'
platform :ios, '5.0'
# Or platform :osx, '10.7'
pod 'RestKit', :git => 'https://github.com/RestKit/RestKit.git', :branch => 'development'
# Testing and Search are optional components