We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb3c95a commit 1c2be5dCopy full SHA for 1c2be5d
.swift-version
Package.swift
@@ -3,6 +3,7 @@ import PackageDescription
3
4
let package = Package(
5
name: "NibDesignable",
6
+ // platforms: [.iOS("8.0"), .tvOS("9.0")],
7
products: [
8
.library(name: "NibDesignable", targets: ["NibDesignable"])
9
],
0 commit comments