备份

校验待上传的代码库

pod repo lint cmoa OAComponents.podspec --verbose --use-libraries --allow-warnings

推送待上传的代码库

pod repo push cmoa OAComponents.podspec --verbose --use-libraries --allow-warnings

参数解析

lint 库校验操作
push 库推送操作
cmoa 本地保存的源别名(可以在~/.cocoapods查看)
--verbose 详尽打印操作的内容
--use-libraries 如果依赖库(s.dependency)包含了.a静态库则需要添加
--allow-warnings 允许库内容校验时有警告

你可能感兴趣的:(备份)