pod 常用命令

2017-04-20  本文已影响0人  JoinPerson

$ pod init        创建 Podfile 文件

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

$ pod search <name>

$ 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

上一篇 下一篇

猜你喜欢

热点阅读