blob: 599e6017c109f8bfc5a3b4f334ab5044e90dadac [file] [log] [blame]
{
"name": "GooglePlacesSearchController",
"version": "0.2.1",
"summary": "Autocompleting address search controller, uses Google Maps Autocomplete API. Written in Swift 4.",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resources": "Pod/Assets/*.png"
}