mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
20 lines
185 B
Markdown
20 lines
185 B
Markdown
![]() |
# 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`
|