Skip to content

Commit bde2cdd

Browse files
authored
Update Package.swift
1 parent 0aa221f commit bde2cdd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Package.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ import PackageDescription
44

55
let package = Package(
66
name: "Localize_Swift",
7+
platforms: [
8+
.iOS(.v13),
9+
.tvOS(.v13),
10+
.watchOS(.v6),
11+
.macOS(.v10_14)
12+
],
713
products: [
814
.library(
915
name: "Localize_Swift",

0 commit comments

Comments
 (0)