From b61a4a329b7ca0dd6dad898db477c0a4fc1aa15e Mon Sep 17 00:00:00 2001 From: Wen-Hao Lue Date: Thu, 2 Jan 2014 01:27:54 -0500 Subject: [PATCH] Add note for pulling master on CocoaPods --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 602bbf2..2bb3b64 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,11 @@ Create a Podfile. You must be running on iOS 5 or above. platform :ios, '5.0' pod 'PonyDebugger', '~> 0.3.0' +If you would like to use the latest version of PonyDebugger, point to the Github +repository directly. + + pod 'PonyDebugger', :git => 'https://github.com/square/PonyDebugger.git' + Install dependencies. $ pod install