Skip to content

Commit f98bb56

Browse files
authored
Add missing platform specifications
1 parent 4c54209 commit f98bb56

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Package.swift

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ import PackageDescription
44

55
let package = Package(
66
name: "swift-http-types",
7+
platforms: [
8+
.macOS("10.15"),
9+
.iOS("13.0"),
10+
.watchOS("6.0"),
11+
.tvOS("13.0"),
12+
],
713
products: [
814
.library(name: "HTTPTypes", targets: ["HTTPTypes"]),
915
.library(name: "HTTPTypesFoundation", targets: ["HTTPTypesFoundation"]),

0 commit comments

Comments
 (0)