[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / f / 6 / 0 / MapboxStatic.swift / 0.11.0 / MapboxStatic.swift.podspec.json
blob44196a88102f8f1a37107e8a273279e5166ca29e
2   "name": "MapboxStatic.swift",
3   "version": "0.11.0",
4   "summary": "Mapbox Static Images API wrapper for Swift and Objective-C.",
5   "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.",
6   "homepage": "https://docs.mapbox.com/api/maps/#static-images",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Mapbox": "mobile@mapbox.com"
13   },
14   "social_media_url": "https://twitter.com/mapbox",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/mapbox/MapboxStatic.swift.git",
23     "tag": "v0.11.0"
24   },
25   "source_files": "Sources/MapboxStatic",
26   "requires_arc": true,
27   "module_name": "MapboxStatic",
28   "swift_versions": "5.0",
29   "dependencies": {
30     "Polyline": [
31       "~> 4.2"
32     ]
33   },
34   "swift_version": "5.0"