Updating Your Pod In Github
Pod Update Checklist
- Update your project with
git pull origin master - Update
s.versioninsideMyRepo.podspec - Check local errors with
pod lib lint MyRepo.podspec git add .&git commit -m "Update pods version"git push origin master- Make a new release
pod trunk push MyRepo.podspec