1
0
Fork 0
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:
SimMan 2016-01-05 09:48:10 +08:00 committed by Waldir Pimenta
parent dff8f92cf0
commit da7a23fe3c

19
pages/osx/pod Normal file
View 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`