1、git add .
2、git commit -m "初次提交1.0.0版本"
3、git remote add origin http://git.bcbook.cn/bases/iOS_ZXKNavigation.git
4、git push origin master
5、git tag 1.0.0
6、git push --tags
7、pod spec lint --verbose --allow-warnings
8、pod repo push iOS_ZXKSpecs ZXKNavigation.podspec --verbose --allow-warnings
9、查看文件夹~/.cocoapods/repos
网友评论