- Have Xcode installed
- Have cocoapods installed
- Have ownership privileges to update the cocoapods trunk spec
- Update the OnTheRoad.podspec version number with the version you want to release
- Commit these changes
- Tag current master with the version you updated the .podspec to and push to github
- Run
pod spec lint
to make sure everything is happy. Fix issues if not happy (document known issues) - Push the updated pod spec to trunk:
pod trunk push OnTheRoad.podspec
- Write up release notes and release the SDK on github