tldr/pages/osx/pod.md

20 lines
185 B
Markdown
Raw Normal View History

2016-01-05 01:48:10 +00:00
# pod
> CocoaPods, the Cocoa library package manager.
- init
`pod init`
- install
`pod install`
- install --no-repo-update
`pod install --no-repo-update`
- update
`pod update`