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
189 stars 31 forks source link

Support Swift Package Manager #95

Closed 1ec5 closed 5 years ago

1ec5 commented 5 years ago

Add a Package.swift file so that Swift Package Manager can incorporate this library into a project.

/ref mapbox/MapboxDirections.swift#234 mapbox/MapboxGeocoder.swift#132 /cc @mapbox/maps-ios @frederoni

EmDee commented 5 years ago

@frederoni Have you tried this with Xcode 11? I'm getting an error when trying to integrate your project: grafik

frederoni commented 5 years ago

@EmDee The latest version 0.10.0, does not yet have a Package.swift file. You'll have to select Branch: master on the second screen in Xcode 11 until we make a new release.