blob: 422512929457bceab0217e42dd150f8faefc2eb7 [file] [log] [blame]
{
"name": "SPGooglePlacesAutocomplete",
"version": "1.0.4",
"summary": "An objective-c wrapper around the Google Places autocomplete API. Includes sample application emulating the Maps app.",
"description": " SPGooglePlacesAutocomplete is a simple objective-c wrapper around the Google Places Autocomplete API.\n\n The API can be used to provide autocomplete functionality for text-based geographic searches, by returning Places such as businesses, addresses, and points of interest as a user types.\n\n SPGooglePlacesAutocomplete also provides support for converting Place results into CLPlacemark objects for easy mapping with MKMapView.\n A longer description of dumy in Markdown format.\n",
"homepage": "https://github.com/chenyuan/SPGooglePlacesAutocomplete",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matej Bukovinski": "matej@bukovinski.com",
"Chris Chen": "chrischen79@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/chenyuan/SPGooglePlacesAutocomplete.git",
"tag": "1.0.4"
},
"source_files": "SPGooglePlacesAutocomplete/*.{h,m}",
"frameworks": "CoreLocation",
"requires_arc": true
}