美文网首页
使用cocoapods package打包

使用cocoapods package打包

作者: zhengxiaolang | 来源:发表于2018-08-23 17:31 被阅读0次

使用cocoapods package打包

//打包命令

pod package YHCommonSDK.podspec --force --no-mangle --exclude-deps

//--exclude-deps 将需要依赖的包移除framework

//将pod授权给其他人

pod trunk add-owner YHCommonSDK mingming@163.com

//校验

pod spec lint YHCommonSDK.podspec --verbose --allow-warnings --use-libraries

//推荐提交

pod trunk push YHCommonSDK.podspec --verbose --allow-warnings --use-libraries

相关文章

网友评论

      本文标题:使用cocoapods package打包

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