CocoaPods 常用命令

更新Spec

cd ~/.cocoapods/repos/asiainfo-karaspecs
git pull

git tag -a 0.3.1 -m “0.3.1版本”
git push --tags

vi KaraMyCenter.podspec
git push KaraCulture.podspec

pod lib lint
pod repo push KaraSpecs KaraMyCenter.podspec —verbose

这是spec管理

pod repo add KaraSpecs http://gitlab-console.asiainfo.com/kara-mobile/KaraSpecs.git

SSH 查看
cat ~/.ssh/id_rsa
cat ~/.ssh/id_rsa.pub

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