Pod 更新清单
- 使用
git pull origin master
更新你的项目 - Update
s.version
insideMyRepo.podspec
- 使用
pod lib lint MyRepo.podspec
检查本地错误 git add .
&git commit -m "Update pods version"
git push origin master
- 制作新版本
pod trunk push MyRepo.podspec
git pull origin master
更新你的项目s.version
inside MyRepo.podspec
pod lib lint MyRepo.podspec
检查本地错误git add .
& git commit -m "Update pods version"
git push origin master
pod trunk push MyRepo.podspec