The package is published with cocoapods, SPM, and Carthage.
- Update the version number in the .podspec file: Semantic Versioning.
- Update the Changelog. The format is based on Keep a Changelog
- Build the framework with
carthage build --no-skip-current
andcarthage archive PryntTrimmerView
- Commit the changes and add a tag with the same version number (this is sufficient for the SPM support)
- Push the commit and the tag to github
- Publish your pod to the trunk:
pod trunk push PryntTrimmerView.podspec --allow-warnings
- Link the framework in the github release