pod 常用命令

$ pod init        创建 Podfile 文件

$ vim Podfile (退出编辑状态 $ :wq)        创建 Podfile 文件

$ pod search

$ pod install

$ pod update --no-repo-update

$ pod update

$ pod --version

$ pod repo update

$ pod repo update xxx

$ pod repo add xxx URL

$ pod repo remove xxx

$ pod repo push xxx_internal DYFTManager.podspec

$ pod lib lint

$ pod lib lint [xxxx.podspec]

$ pod lib create xxx

$ pod spec create SPECNAME

$ pod cache clean --all

你可能感兴趣的:(pod 常用命令)