Skip to content

Commit

Permalink
Add note for pulling master on CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
wlue committed Jan 2, 2014
1 parent 8c950ae commit b61a4a3
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

1 comment on commit b61a4a3

@torarnv
Copy link

@torarnv torarnv commented on b61a4a3 Jan 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't work for me, as the repo doesn't contain a PonyDebugger.podspec. Am I supposed to generate the podspec somehow?

Please sign in to comment.