diff --git a/Package.swift b/Package.swift
index 6ad730a..dba9802 100644
--- a/Package.swift
+++ b/Package.swift
@@ -7,8 +7,8 @@ let package = Package(
     name: "HSHelpers",
     platforms: [
         .macOS(.v10_13),
-        .iOS(.v13),
-        .tvOS(.v13)
+        .iOS(.v12),
+        .tvOS(.v12)
     ],
     products: [
         // Products define the executables and libraries produced by a package, and make them visible to other packages.