Browse Source

Update supported platforms.

Mhd Hejazi 5 years ago
parent
commit
fd7cb9c8ca
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Package.swift

+ 2 - 2
Package.swift

@@ -5,9 +5,9 @@ import PackageDescription
 let package = Package(
     name: "Dynamic",
     platforms: [
-        .macOS(.v10_10),
+        .macOS(.v10_12),
         .iOS(.v10),
-        .tvOS(.v9),
+        .tvOS(.v10),
         .watchOS(.v3)
     ],
     products: [