Skip to content

Commit 7a1081b

Browse files
committed
Package.swift: add minimum iOS and macOS versions
1 parent e0b72d5 commit 7a1081b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "SwiftRichString",
8+
platforms: [.iOS(.v8), .macOS(.v10_11)],
89
products: [
910
// Products define the executables and libraries produced by a package, and make them visible to other packages.
1011
.library(

0 commit comments

Comments
 (0)