pod lib create XXXNetworking
gerrit创建私有库, 打tag:
新增Spec文件:
529 git add .
530 git commit --amend
531 git push origin HEAD:refs/for/master
532 git tag -m 1.0.1 -a 1.0.1
533 git push origin 1.0.1
534 ls
536 pod repo push 207-iosmodules-ios_specsrepository iOS_Networking_CPN.podspec
537 pod repo push 207-iosmodules-ios_specsrepository iOS_Networking_CPN.podspec --allow-warnings
git tag -m 1.0.2 -a 1.0.2 创建
git push origin 1.0.2. push tag
git push origin --delete tag 1.0.2 删除远程tag
git tag -d 1.0.2 删除本地tag
pod repo add specName ssh://xxx.ex@10.18.22.11:29418/iOSModules/iOS_SpecsRepository 创建本地spec库
pod repo push mySpec iOS_LogReport_CPN.podspec 将本地spec推到远端
网友评论