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'
网友评论