Skip to content

Commit c319a65

Browse files
committed
update swift package and bump the versions to ios11, tvOS11,macOS1013,watchOS4
1 parent edc8cbb commit c319a65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import PackageDescription
55
let package = Package(
66
name: "Mixpanel",
77
platforms: [
8-
.iOS(.v9),
9-
.tvOS(.v9),
10-
.macOS(.v10_10),
11-
.watchOS(.v3)
8+
.iOS(.v11),
9+
.tvOS(.v11),
10+
.macOS(.v10_13),
11+
.watchOS(.v4)
1212
],
1313
products: [
1414
.library(name: "Mixpanel", targets: ["Mixpanel"])

0 commit comments

Comments
 (0)