Skip to content

Commit

Permalink
Merge pull request #35 from bellebethcooper/master
Browse files Browse the repository at this point in the history
Update Package.swift
  • Loading branch information
mxcl authored Oct 15, 2021
2 parents d027bbc + 6f361f8 commit fcb6e45
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 fcb6e45

Please sign in to comment.