[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 4 / b / d / GoogleMapsDirections / 1.0.4 / GoogleMapsDirections.podspec.json
blob89afdf995b972dea1015e35bf2ff3087e1247440
2   "name": "GoogleMapsDirections",
3   "version": "1.0.4",
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.0.4"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "Source/Core/**/*.*",
25     "Source/Google Maps Directions API/**/*.*"
26   ],
27   "module_name": "GoogleMapsDirections",
28   "dependencies": {
29     "Alamofire": [
30       "~> 3.0"
31     ],
32     "ObjectMapper": [
33       "~> 1.0"
34     ]
35   }