PromiseKit / CoreLocation

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

Updated platform iOS version #33

Closed shrtlist closed 3 years ago

shrtlist commented 3 years ago

Updates Package.swift file's platform iOS version to .v9.

@mxcl, this fixes the following compilation error: The package product 'PromiseKit' requires minimum platform version 9.0 for the iOS platform, but this target supports 8.0

mxcl commented 3 years ago

Why