Skip to content

Commit 7a5472c

Browse files
committed
[google_maps_flutter_ios] Update SPM dependency range and platform to support iOS14 builds
1 parent 3114ab9 commit 7a5472c

File tree

1 file changed

+3
-3
lines changed
  • packages/google_maps_flutter/google_maps_flutter_ios/ios/google_maps_flutter_ios

1 file changed

+3
-3
lines changed

packages/google_maps_flutter/google_maps_flutter_ios/ios/google_maps_flutter_ios/Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ import PackageDescription
1010
let package = Package(
1111
name: "google_maps_flutter_ios",
1212
platforms: [
13-
.iOS(.v15),
13+
.iOS(.v14),
1414
],
1515
products: [
1616
.library(name: "google-maps-flutter-ios", type: .static, targets: ["google_maps_flutter_ios"])
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/googlemaps/ios-maps-sdk", .upToNextMajor(from: "9.0.0")),
20-
.package(url: "https://github.com/googlemaps/google-maps-ios-utils", .upToNextMajor(from: "6.1.0")),
19+
.package(url: "https://github.com/googlemaps/ios-maps-sdk", "8.4.0"..<"10.0.0"),
20+
.package(url: "https://github.com/googlemaps/google-maps-ios-utils", "5.0.0"..<"7.0.0"),
2121
],
2222
targets: [
2323
.target(

0 commit comments

Comments
 (0)