1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/osx/pod.md

20 lines
185 B
Markdown
Raw Normal View History

2016-01-05 09:48:10 +08: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`