mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:13:31 +02:00
Create pod
CocoaPods
This commit is contained in:
parent
dff8f92cf0
commit
da7a23fe3c
1 changed files with 19 additions and 0 deletions
19
pages/osx/pod
Normal file
19
pages/osx/pod
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue