Skip to content

Commit f9ddf04

Browse files
committed
Updated minimum platform versions to match firebase sdk
1 parent 70674da commit f9ddf04

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Package.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
// swift-tools-version:5.3
1+
// swift-tools-version:6.0
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
55

66
let package = Package(
77
name: "SegmentFirebase",
88
platforms: [
9-
.macOS("10.15"),
10-
.iOS("13.0"),
11-
.tvOS("13.0"),
12-
.watchOS("7.1")
9+
.macOS(.v10_15),
10+
.iOS(.v15),
11+
.tvOS(.v15),
12+
.watchOS(.v7)
1313
],
1414
products: [
1515
// Products define the executables and libraries a package produces, and make them visible to other packages.

0 commit comments

Comments
 (0)