Skip to content

Commit 5d52ce4

Browse files
committed
Merge pull request #99 from wlue/cocoapods
Add note for pulling master on CocoaPods
2 parents 8c950ae + b61a4a3 commit 5d52ce4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@ Create a Podfile. You must be running on iOS 5 or above.
155155
platform :ios, '5.0'
156156
pod 'PonyDebugger', '~> 0.3.0'
157157

158+
If you would like to use the latest version of PonyDebugger, point to the Github
159+
repository directly.
160+
161+
pod 'PonyDebugger', :git => 'https://github.com/square/PonyDebugger.git'
162+
158163
Install dependencies.
159164

160165
$ pod install

0 commit comments

Comments
 (0)