blob: 45562124299118e5c2f924ef4934b5370ef784f5 [file] [log] [blame]
{
"name": "MapboxStatic.swift",
"version": "0.10.0",
"summary": "Mapbox Static 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 API or the classic Mapbox Static 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://www.mapbox.com/api-documentation/?language=Swift#static",
"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.10.0"
},
"source_files": "MapboxStatic",
"requires_arc": true,
"module_name": "MapboxStatic",
"swift_version": "4.2",
"dependencies": {
"Polyline": [
"~> 4.2"
]
}
}