[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / d / c / OSRMTextInstructions / 0.3.1 / OSRMTextInstructions.podspec.json
blob85a329e0340b0a7b0652e2b481e41e023c98aa30
2   "name": "OSRMTextInstructions",
3   "version": "0.3.1",
4   "summary": "Transforms OSRM route reponses into human-readable instructions.",
5   "description": "OSRMTextInstructions transforms OSRM route responses into localized, human-readable turn-by-turn instructions. Primarily intended for use with MapboxDirections.swift.",
6   "homepage": "http://project-osrm.org/",
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/Project-OSRM/osrm-text-instructions.swift.git",
23     "tag": "v0.3.1"
24   },
25   "resources": [
26     "OSRMTextInstructions/*.lproj/*.plist"
27   ],
28   "source_files": "OSRMTextInstructions",
29   "requires_arc": true,
30   "module_name": "OSRMTextInstructions",
31   "dependencies": {
32     "MapboxDirections.swift": [
33       "~> 0.10"
34     ]
35   },
36   "prepare_command": "./json2plist.sh",
37   "pushed_with_swift_version": "3.0"