PromiseKit / CoreLocation

Promises for Swift & ObjC
http://promisekit.org
MIT License
30 stars 29 forks source link

Fixes missing deployment targets for spm #32

Closed mrgrauel closed 4 years ago

mrgrauel commented 4 years ago

Adds platforms cause PMKCoreLocation is not compatible with watchOS v2.

startUpdatingLocation is only available for watchOS v3+.

It's the same platforms as for the package.swift@swift5.0 of PromiseKit. I hope that's fine for you.