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