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.
let package = Package(
name: "LevenshteinTransformations",
platforms: [
.macOS(.v10_15),
.iOS(.v13)
],
products: [
.library(
name: "LevenshteinTransformations",