blob: 06634d7aa41a45148b7990d44a491788ceb6afc9 [file] [log] [blame]
{
"name": "GooglePlacesAPI",
"version": "1.1.0",
"summary": "Swift Wrapper on Google Places API",
"description": "Swift Wrapper on Google Places API\nhttps://developers.google.com/places/web-service/",
"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.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": [
"Source/Core/**/*.*",
"Source/Google Places API/**/*.*"
],
"module_name": "GooglePlacesAPI",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"ObjectMapper": [
"~> 2.0.0"
]
}
}