diff --git a/README.md b/README.md index 3932298b..d5e07dd7 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ range of applications using the [Google Maps SDK for iOS][sdk]. target 'TARGET_NAME' do pod 'GoogleMaps', '9.0.0' - pod 'Google-Maps-iOS-Utils', '5.0.0' # x-release-please-start-version + pod 'Google-Maps-iOS-Utils', '6.0.0' # x-release-please-start-version end ``` @@ -93,12 +93,12 @@ range of applications using the [Google Maps SDK for iOS][sdk]. ### [Carthage](https://github.com/Carthage/Carthage)
-Only supported if using Maps SDK v6.0.0 or earlier +Only supported if using Maps SDK v6.2.1 or earlier In your `Cartfile`: ``` -github "googlemaps/google-maps-ios-utils" ~> 6.0.0 +github "googlemaps/google-maps-ios-utils" ~> 4.1.0 ``` See the [Carthage doc] for further installation instructions.