Pod 更新清单
- 使用
git pull origin master更新你的项目 - Update
s.versioninsideMyRepo.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.podspecpod lib lint MyRepo.podspec 检查本地错误git add . & git commit -m "Update pods version"git push origin masterpod trunk push MyRepo.podspec