Add support for macOS and iOS

This commit is contained in:
david-swift 2024-01-23 21:27:47 +01:00
parent a88dee4c4b
commit c5665914a2

View File

@ -11,6 +11,10 @@ import PackageDescription
/// The LevenshteinTransformations package. /// The LevenshteinTransformations package.
let package = Package( let package = Package(
name: "LevenshteinTransformations", name: "LevenshteinTransformations",
platforms: [
.macOS(.v10_15),
.iOS(.v13)
],
products: [ products: [
.library( .library(
name: "LevenshteinTransformations", name: "LevenshteinTransformations",