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 e0b72d5 commit 030dcf7Copy full SHA for 030dcf7
Package.swift
@@ -5,6 +5,7 @@ import PackageDescription
5
6
let package = Package(
7
name: "SwiftRichString",
8
+ platforms: [.iOS(.v10], .macOS(.v10_11)],
9
products: [
10
// Products define the executables and libraries produced by a package, and make them visible to other packages.
11
.library(
0 commit comments