From 5e2838afd27d57edb399a9192fb10bb11f686ad3 Mon Sep 17 00:00:00 2001 From: Chris Ballinger Date: Thu, 14 Jan 2021 21:32:33 -0800 Subject: [PATCH] Update Package.swift --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 75d4b6f..7834534 100644 --- a/Package.swift +++ b/Package.swift @@ -6,7 +6,7 @@ import PackageDescription let package = Package( name: "ParkedTextField", platforms: [ - .iOS(.v8) + .iOS(.v9) ], products: [ // Products define the executables and libraries produced by a package, and make them visible to other packages.