How to update your Cocoapod
- Run a
git pull
to refresh your local repository with the latest changes on the remote. - Make changes and local commits.
- Bump the
s.version
in the.podspec
file. - Run
pod lib lint
to test that nothing broke for Cocoapods. - Commit the final change to the
.podspec
- Push the changes to Github.
- Bump the version in Github (be sure to match the new
.podspec
version). - Run
pod trunk push {ProjectName}.podspec
.
Previous article:
Good Types Reduce Bugs
Good Types Reduce Bugs
Next article:
Zip 3
Zip 3