mapbox / MapboxStatic.swift

Static map snapshots with overlays in Swift or Objective-C on iOS, macOS, tvOS, and watchOS
https://www.mapbox.com/api-documentation/?language=Swift#static
Other
188 stars 31 forks source link

SPM support not working #99

Closed autoreleasefool closed 4 years ago

autoreleasefool commented 4 years ago

A 0.10.1 version will need to be published before Swift Package Manager can be fully supported. This is because SPM checks out given release in the repository and Package.swift did not exist when 0.10.0 was published. A new version needs to be published that dependents can point to.

I would love to integrate Mapbox using SPM, but this is currently blocking.

Thank you!