Skip to content

Commit 17794a4

Browse files
authored
Update Package.swift
Removed macos requirement
1 parent f32cf7d commit 17794a4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Package.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ import PackageDescription
33

44
let package = Package(
55
name: "mqtt-nio",
6-
platforms: [
7-
.macOS(.v10_14)
8-
],
96
products: [
107
.library(name: "MQTTNIO", targets: ["MQTTNIO"]),
118
],

0 commit comments

Comments
 (0)