google-maps-ios-utils
google-maps-ios-utils copied to clipboard
feat!: fix semantic versioning and update README.md
Whats changing?
Changes in v6.1.1 were breaking and should have been v7.0.0:
- iOS deployment target: 15.0 → 16.0
- GoogleMaps dependency: ~> 9.0 → ~> 10.0
- PR: https://github.com/googlemaps/google-maps-ios-utils/pull/546
- Release PR: https://github.com/googlemaps/google-maps-ios-utils/pull/547
This commit also updates the README to accurately reflect current requirements.
Fixes #563