Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
Bumped iOS deployment version.
  • Loading branch information
bellebethcooper authored Oct 15, 2021
1 parent d027bbc commit 6f361f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let exclude = ["PMKCoreLocation.h"] + ["CLGeocoder", "CLLocationManager"].flatMa
let package = Package(
name: "PMKCoreLocation",
platforms: [
.macOS(.v10_10), .iOS(.v8), .tvOS(.v9), .watchOS(.v3)
.macOS(.v10_10), .iOS(.v9), .tvOS(.v9), .watchOS(.v3)
],
products: [
.library(
Expand Down

0 comments on commit 6f361f8

Please sign in to comment.