[Add] RapidKitFoundation_MacOS 2024.1224.1706.628
[CocoaPods.git] / Specs / c / 5 / 4 / SPGooglePlacesAutocomplete / 1.0.6 / SPGooglePlacesAutocomplete.podspec.json
blob65066074543c12793cebdea49ffe206e7aaca92b
2   "name": "SPGooglePlacesAutocomplete",
3   "version": "1.0.6",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris Chen": "chrischen79@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/chrischen-melb/SPGooglePlacesAutocomplete.git",
19     "tag": "1.0.5"
20   },
21   "source_files": "SPGooglePlacesAutocomplete/*.{h,m}",
22   "frameworks": "CoreLocation",
23   "requires_arc": true,
24   "deprecated_in_favor_of": "GooglePlaces"