blob: 44196a88102f8f1a37107e8a273279e5166ca29e [file] [log] [blame]
{
"name": "MapboxStatic.swift",
"version": "0.11.0",
"summary": "Mapbox Static Images API wrapper for Swift and Objective-C.",
"description": "MapboxStatic.swift makes it easy to connect your iOS, macOS, tvOS, or watchOS application to the Mapbox Static Images API or the Legacy Static Images API. Quickly generate a map snapshot – a static map image with overlays – by fetching it synchronously or asynchronously over the Web using first-class Swift or Objective-C data types.",
"homepage": "https://docs.mapbox.com/api/maps/#static-images",
"license": {
"type": "BSD",
"file": "LICENSE.md"
},
"authors": {
"Mapbox": "mobile@mapbox.com"
},
"social_media_url": "https://twitter.com/mapbox",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/mapbox/MapboxStatic.swift.git",
"tag": "v0.11.0"
},
"source_files": "Sources/MapboxStatic",
"requires_arc": true,
"module_name": "MapboxStatic",
"swift_versions": "5.0",
"dependencies": {
"Polyline": [
"~> 4.2"
]
},
"swift_version": "5.0"
}