$ 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