Updating Your Pod In Github
Other topicsPod Update Checklist
- Update your project with
git pull origin master
- Update
s.version
inside MyRepo.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
Source
Contributors

Topic Id: 3641
Example Ids: 12531
This site is not affiliated with any of the contributors.