Add support for macOS and iOS
This commit is contained in:
parent
a88dee4c4b
commit
c5665914a2
@ -11,6 +11,10 @@ import PackageDescription
|
||||
/// The LevenshteinTransformations package.
|
||||
let package = Package(
|
||||
name: "LevenshteinTransformations",
|
||||
platforms: [
|
||||
.macOS(.v10_15),
|
||||
.iOS(.v13)
|
||||
],
|
||||
products: [
|
||||
.library(
|
||||
name: "LevenshteinTransformations",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user