1、上传项目到远程仓库,如果有引用到库framwork或C语言库的话必须使用 --use-libraries
https://blog.csdn.net/yishengzhiai005/article/details/73558673
2、自作pod
git add .
git commit -m "xxx"
git push origin master
git tag -d 0.0.2
git push origin :refs/tags/0.0.2
git tag 0.0.2
git push --tags
pod spec lint --allow-warnings --verbose --use-libraries
pod trunk push --allow-warnings --verbose --use-libraries