Skip to content

Commit

Permalink
chore: correct edits to README
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela authored Jul 31, 2024
1 parent b148356 commit 8e27f69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -93,12 +93,12 @@ range of applications using the [Google Maps SDK for iOS][sdk].
### [Carthage](https://github.com/Carthage/Carthage)

<details>
<summary>Only supported if using Maps SDK v6.0.0 or earlier</summary>
<summary>Only supported if using Maps SDK v6.2.1 or earlier</summary>

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.
Expand Down

0 comments on commit 8e27f69

Please sign in to comment.