Skip to content

Commit

Permalink
Package.swift: add minimum iOS and macOS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSB authored Jul 31, 2021
1 parent e0b72d5 commit 030dcf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import PackageDescription

let package = Package(
name: "SwiftRichString",
platforms: [.iOS(.v10], .macOS(.v10_11)],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
Expand Down

0 comments on commit 030dcf7

Please sign in to comment.