[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / a / 3 / b / GoogleNearbyPlaces / 2.0.0 / GoogleNearbyPlaces.podspec.json
blob0b9d9f5497d9db0e28fc94bea18146a1bee22d18
2   "name": "GoogleNearbyPlaces",
3   "version": "2.0.0",
4   "summary": "GoogleNearbyPlaces is a wrapper around the Google Places API.  All you do is set your API Key and you are good to go!",
5   "description": "GoogleNearbyPlaces cocoapod is a wrapper around the Google Nearby Places Web Service API.  This gives you all the places using a coordinate, radius, & by text search!",
6   "homepage": "https://github.com/ryancoyne/GoogleNearbyPlaces",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ryan Coyne": "ryan@clearcodex.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/ryancoyne/GoogleNearbyPlaces.git",
19     "tag": "2.0.0"
20   },
21   "source_files": [
22     "GoogleNearbyPlaces",
23     "GoogleNearbyPlaces/**/*.{h,m,swift}",
24     "CCXGoogleNearByPlaces/Models/**/*.{h,m,swift}"
25   ],
26   "frameworks": "CoreLocation"