We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfd4fa commit 3e90410Copy full SHA for 3e90410
README.md
@@ -38,18 +38,6 @@ see the Navigation SDK for iOS
38
[instructions](https://developers.google.com/maps/documentation/navigation/ios-sdk/config#add-an-api-key-to-your-project)
39
to add your API key to your app.
40
41
-Alternatively, you can add the following to the `dependencies` value of your
42
-`Package.swift` file:
43
-
44
-```
45
-dependencies: [
46
- .package(
47
- url: "https://github.com/googlemaps/ios-navigation-sdk.git",
48
- .upToNextMajor(from: "5.2.0")
49
- )
50
-]
51
52
53
## Sample App
54
55
See samples demonstrating use of the Navigation SDK for iOS on
0 commit comments