blob: 65066074543c12793cebdea49ffe206e7aaca92b [file] [log] [blame]
{
"name": "SPGooglePlacesAutocomplete",
"version": "1.0.6",
"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\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.",
"homepage": "https://github.com/chrischen-melb/SPGooglePlacesAutocomplete",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Chen": "chrischen79@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/chrischen-melb/SPGooglePlacesAutocomplete.git",
"tag": "1.0.5"
},
"source_files": "SPGooglePlacesAutocomplete/*.{h,m}",
"frameworks": "CoreLocation",
"requires_arc": true,
"deprecated_in_favor_of": "GooglePlaces"
}