mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 22:51:13 +03: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`
|