[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 5 / 4 / SPGooglePlacesAutocomplete / 1.0.2 / SPGooglePlacesAutocomplete.podspec.json
blobc67f3594448cae37d60bf7a21de0a9c087f8bfb2
2   "name": "SPGooglePlacesAutocomplete",
3   "version": "1.0.2",
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\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                   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",
6   "homepage": "https://github.com/chrischentickbox/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   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/chrischentickbox/SPGooglePlacesAutocomplete.git",
20     "tag": "1.0.2"
21   },
22   "source_files": "SPGooglePlacesAutocomplete/*.{h,m}",
23   "frameworks": "CoreLocation",
24   "requires_arc": true