From 9dcdf8661d627fdea9d35cd46db880420425d265 Mon Sep 17 00:00:00 2001 From: danibachar Date: Mon, 4 Dec 2023 15:57:08 -0700 Subject: [PATCH] Update Package.swift --- Package.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Package.swift b/Package.swift index 296caa7..5704b45 100644 --- a/Package.swift +++ b/Package.swift @@ -22,6 +22,7 @@ import PackageDescription let package = Package( name: "GeoFeatures", + platforms: [.iOS(.v12)], products: [ /// Products define the executables and libraries produced by a package, and make them visible to other packages. .library(name: "GeoFeatures", type: .dynamic, targets: ["GeoFeatures", "GeoFeaturesQuartz", "GeoFeaturesPlaygroundSupport"])