We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a63728 commit 3df8913Copy full SHA for 3df8913
Package.swift
@@ -5,6 +5,7 @@ import PackageDescription
5
6
let package = Package(
7
name: "DataDecoder",
8
+ //platforms: [.iOS("8.0"), .macOS("10.10"), .tvOS("9.0"), .watchOS("2.0")],
9
products: [
10
.library(name: "DataDecoder", targets: ["DataDecoder"])
11
],
0 commit comments