美文网首页
Cocoapods 私有库检验和上传

Cocoapods 私有库检验和上传

作者: 喵星人and亦人 | 来源:发表于2021-11-24 17:09 被阅读0次

检验

pod spec lint  xxx.podspec --sources='git@10.66.192.63:mobile/ios/specs.git,https://github.com/CocoaPods/Specs.git' --allow-warnings --verbose

上传:

pod repo push XXXSpace *.podspec --allow-warnings

相关文章

网友评论

      本文标题:Cocoapods 私有库检验和上传

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