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`