Skip to content

Commit

Permalink
Merge pull request #32 from mrgrauel/patch-1
Browse files Browse the repository at this point in the history
Fixes missing deployment targets for spm
  • Loading branch information
mxcl authored Jan 31, 2020
2 parents c4ea4db + 3c7eee1 commit d027bbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ let exclude = ["PMKCoreLocation.h"] + ["CLGeocoder", "CLLocationManager"].flatMa

let package = Package(
name: "PMKCoreLocation",
platforms: [
.macOS(.v10_10), .iOS(.v8), .tvOS(.v9), .watchOS(.v3)
],
products: [
.library(
name: "PMKCoreLocation",
Expand Down

0 comments on commit d027bbc

Please sign in to comment.