iOS包管理器Cocoapods私有仓库的常用命令流程
2017-11-23 本文已影响24人
fd1a9ea4a20e
pod lib lint --verbose --allow-warnings --sources='git@git.nevint.com:ios/nio-lib-repo.git,https://github.com/CocoaPods/Specs.git'
//上传新版本
git tag xxxx
git push --tags
//把库推入spect库中
pod repo push nevint-nio-lib-repo NIO_VOM_Kit.podspec --allow-warnings --sources='git@git.nevint.com:ios/nio-lib-repo.git,https://github.com/CocoaPods/Specs.git'