[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / b / d / GoogleMapsDirections / 1.1.1 / GoogleMapsDirections.podspec.json
blobff13f086ebe9a5b37f546708f9591a50ba06c865
2   "name": "GoogleMapsDirections",
3   "version": "1.1.1",
4   "summary": "Swift Wrapper on Google Maps Directions API",
5   "description": "Swift Wrapper on Google Maps Directions API\nhttps://developers.google.com/maps/documentation/directions/intro",
6   "homepage": "https://github.com/honghaoz/Swift-Google-Maps-API",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Honghao Zhang": "zhh358@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/honghaoz/Swift-Google-Maps-API.git",
16     "tag": "1.1.1"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11",
21     "watchos": "2.0",
22     "tvos": "9.0"
23   },
24   "requires_arc": true,
25   "source_files": [
26     "Source/Core/**/*.*",
27     "Source/Google Maps Directions API/**/*.*"
28   ],
29   "module_name": "GoogleMapsDirections",
30   "dependencies": {
31     "Alamofire": [
32       "~> 4.0"
33     ],
34     "ObjectMapper": [
35       "~> 2.0"
36     ]
37   },
38   "pushed_with_swift_version": "3.0"