Updating Your Pod In Github

Other topics

Pod Update Checklist

  1. Update your project with git pull origin master
  2. Update s.version inside MyRepo.podspec
  3. Check local errors with pod lib lint MyRepo.podspec
  4. git add . & git commit -m "Update pods version"
  5. git push origin master
  6. Make a new release
  7. pod trunk push MyRepo.podspec

Source

Contributors

Topic Id: 3641

Example Ids: 12531

This site is not affiliated with any of the contributors.