blob: eca71297d8462cd09d4459b190a4fe54c7f5f5cd [file] [log] [blame]
{
"name": "LFSPGooglePlacesAutocomplete",
"version": "1.0.3",
"summary": "An objective-c wrapper around the Google Places autocomplete API. Includes sample application emulating the Maps app.",
"description": " LFSPGooglePlacesAutocomplete 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 LFSPGooglePlacesAutocomplete 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\n\t\t\t\t This project is from https://github.com/chenyuan/SPGooglePlacesAutocomplete\n",
"homepage": "https://github.com/superarts/SPGooglePlacesAutocomplete",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matej Bukovinski": "matej@bukovinski.com",
"Chris Chen": "chrischen79@gmail.com",
"Leo L": "leo@superarts.org"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/superarts/SPGooglePlacesAutocomplete.git",
"tag": "1.0.3"
},
"source_files": "SPGooglePlacesAutocomplete/*.{h,m}",
"frameworks": "CoreLocation",
"requires_arc": true
}