blob: af32e9e0b4a6957e4d9d5aebc18b7574b0c99b30 [file] [log] [blame]
{
"name": "GooglePlaces",
"version": "1.0.5",
"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.0.5"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": [
"Source/Core/**/*.*",
"Source/Google Places API/**/*.*"
],
"module_name": "GooglePlaces",
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"ObjectMapper": [
"~> 1.0"
]
},
"deprecated": true,
"deprecated_in_favor_of": "GooglePlacesAPI"
}