blob: 61ebbdbe1facb34a8803cb8751cfa9779b6afef7 [file] [log] [blame]
{
"name": "GooglePlacesSearchController",
"version": "0.1.1",
"summary": "Autocompleting address search controller, uses Google Maps Autocomplete API.",
"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",
"source": {
"git": "https://github.com/shmidt/GooglePlacesSearchController.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GooglePlacesSearchController": [
"Pod/Assets/*.xcassets"
]
}
}