[Add] DocumentReaderFullAuthRFIDStage 7.5.10872
[CocoaPods.git] / Specs / 0 / d / 5 / LFSPGooglePlacesAutocomplete / 1.0.3 / LFSPGooglePlacesAutocomplete.podspec.json
blobeca71297d8462cd09d4459b190a4fe54c7f5f5cd
2   "name": "LFSPGooglePlacesAutocomplete",
3   "version": "1.0.3",
4   "summary": "An objective-c wrapper around the Google Places autocomplete API. Includes sample application emulating the Maps app.",
5   "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",
6   "homepage": "https://github.com/superarts/SPGooglePlacesAutocomplete",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Matej Bukovinski": "matej@bukovinski.com",
13     "Chris Chen": "chrischen79@gmail.com",
14     "Leo L": "leo@superarts.org"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "source": {
20     "git": "https://github.com/superarts/SPGooglePlacesAutocomplete.git",
21     "tag": "1.0.3"
22   },
23   "source_files": "SPGooglePlacesAutocomplete/*.{h,m}",
24   "frameworks": "CoreLocation",
25   "requires_arc": true