blob: 8099fe271d368be72546fabc56926da51cb42cda [file] [log] [blame]
{
"name": "GooglePlacesSearchController",
"version": "0.2.0",
"summary": "Autocompleting address search controller, uses Google Maps Autocomplete API. Written in Swift.",
"homepage": "https://github.com/shmidt/GooglePlacesSearchController",
"screenshots": [
"https://raw.githubusercontent.com/shmidt/GooglePlacesSearchController/master/Screenshots/view.png",
"https://raw.githubusercontent.com/shmidt/GooglePlacesSearchController/master/Screenshots/search.png"
],
"license": "MIT",
"authors": {
"Dmitry Shmidt": "dima.shmidt@gmail.com"
},
"social_media_url": "https://twitter.com/mind_detonator",
"swift_version": "4.0",
"source": {
"git": "https://github.com/shmidt/GooglePlacesSearchController.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resources": "Pod/Assets/*.png"
}