[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 9 / 4 / 7 / CCXGoogleNearbyPlaces / 1.0.1 / CCXGoogleNearbyPlaces.podspec.json
blob4c84957e7ef04f9d4d9601d5be08fec460a382dc
2   "name": "CCXGoogleNearbyPlaces",
3   "version": "1.0.1",
4   "summary": "CCXGoogleNearbyPlaces is a wrapper around the Google Places API.  All you do is set your API Key and you are good to go!",
5   "description": "CCXGoogleNearbyPlaces 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/CCXGoogleNearbyPlaces",
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/CCXGoogleNearbyPlaces.git",
19     "tag": "1.0.1"
20   },
21   "source_files": [
22     "CCXGoogleNearbyPlaces",
23     "CCXGoogleNearbyPlaces/**/*.{h,m,swift}",
24     "CCXGoogleNearByPlaces/Models/**/*.{h,m,swift}"
25   ],
26   "frameworks": "CoreLocation",
27   "pushed_with_swift_version": "4.0"