Skip to content

Commit

Permalink
Merge pull request #99 from wlue/cocoapods
Browse files Browse the repository at this point in the history
Add note for pulling master on CocoaPods
  • Loading branch information
wlue committed Jan 2, 2014
2 parents 8c950ae + b61a4a3 commit 5d52ce4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d52ce4

Please sign in to comment.