blob: f96c20da1091151fc1b180a3c22e187ae71ae22c [file] [log] [blame]
{
"name": "GoogleMapsDirections",
"version": "1.1.3",
"summary": "Swift Wrapper on Google Maps Directions API",
"description": "Swift Wrapper on Google Maps Directions API\nhttps://developers.google.com/maps/documentation/directions/intro",
"homepage": "https://github.com/honghaoz/Swift-Google-Maps-API",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Honghao Zhang": "zhh358@gmail.com"
},
"source": {
"git": "https://github.com/honghaoz/Swift-Google-Maps-API.git",
"tag": "1.1.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": [
"Source/Core/**/*.*",
"Source/Google Maps Directions API/**/*.*"
],
"module_name": "GoogleMapsDirections",
"dependencies": {
"Alamofire": [
"~> 4"
],
"ObjectMapper": [
"~> 2"
]
},
"pushed_with_swift_version": "3.0"
}