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