cocoapods

Updating Your Pod In Github

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


This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow