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"])