2 "name": "SPGooglePlacesAutocomplete",
4 "summary": "An objective-c wrapper around the Google Places autocomplete API. Includes sample application emulating the Maps app.",
5 "description": "SPGooglePlacesAutocomplete is a simple objective-c wrapper around the Google Places Autocomplete API.\n\nThe 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\nSPGooglePlacesAutocomplete also provides support for converting Place results into CLPlacemark objects for easy mapping with MKMapView.\nA longer description of dummy in Markdown format.",
6 "homepage": "https://github.com/chrischen-melb/SPGooglePlacesAutocomplete",
12 "Chris Chen": "chrischen79@gmail.com"
18 "git": "https://github.com/chrischen-melb/SPGooglePlacesAutocomplete.git",
21 "source_files": "SPGooglePlacesAutocomplete/*.{h,m}",
22 "frameworks": "CoreLocation",
24 "deprecated_in_favor_of": "GooglePlaces"