Rename pod to pod.md

This commit is contained in:
SimMan
2016-01-08 13:12:10 +08:00
committed by Waldir Pimenta
parent da7a23fe3c
commit dcf58acecd

19
pages/osx/pod.md 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`