From 7a1081be8b385949b05c7ed6a3107e855656cd3e Mon Sep 17 00:00:00 2001 From: Andrew Breckenridge Date: Fri, 30 Jul 2021 17:56:13 -0700 Subject: [PATCH] Package.swift: add minimum iOS and macOS versions --- Package.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Package.swift b/Package.swift index 221e2d5..3044d58 100644 --- a/Package.swift +++ b/Package.swift @@ -5,6 +5,7 @@ import PackageDescription let package = Package( name: "SwiftRichString", + platforms: [.iOS(.v8), .macOS(.v10_11)], products: [ // Products define the executables and libraries produced by a package, and make them visible to other packages. .library(