美文网首页
iOS包管理器Cocoapods私有仓库的常用命令流程

iOS包管理器Cocoapods私有仓库的常用命令流程

作者: fd1a9ea4a20e | 来源:发表于2017-11-23 12:17 被阅读24次
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'

相关文章

网友评论

      本文标题:iOS包管理器Cocoapods私有仓库的常用命令流程

      本文链接:https://www.haomeiwen.com/subject/doczvxtx.html