How to update your Cocoapod
- Run a
git pullto refresh your local repository with the latest changes on the remote. - Make changes and local commits.
- Bump the
s.versionin the.podspecfile. - Run
pod lib lintto 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
.podspecversion). - Run
pod trunk push {ProjectName}.podspec.
Previous article:
Good Types Reduce Bugs
Good Types Reduce Bugs
Next article:
Zip 3
Zip 3