[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 6 / 0 / MapboxStatic.swift / 0.10.0 / MapboxStatic.swift.podspec.json
blob45562124299118e5c2f924ef4934b5370ef784f5
2   "name": "MapboxStatic.swift",
3   "version": "0.10.0",
4   "summary": "Mapbox Static 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 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.",
6   "homepage": "https://www.mapbox.com/api-documentation/?language=Swift#static",
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.10.0"
24   },
25   "source_files": "MapboxStatic",
26   "requires_arc": true,
27   "module_name": "MapboxStatic",
28   "swift_version": "4.2",
29   "dependencies": {
30     "Polyline": [
31       "~> 4.2"
32     ]
33   }