blob: 4c84957e7ef04f9d4d9601d5be08fec460a382dc [file] [log] [blame]
{
"name": "CCXGoogleNearbyPlaces",
"version": "1.0.1",
"summary": "CCXGoogleNearbyPlaces is a wrapper around the Google Places API. All you do is set your API Key and you are good to go!",
"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!",
"homepage": "https://github.com/ryancoyne/CCXGoogleNearbyPlaces",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ryan Coyne": "ryan@clearcodex.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/ryancoyne/CCXGoogleNearbyPlaces.git",
"tag": "1.0.1"
},
"source_files": [
"CCXGoogleNearbyPlaces",
"CCXGoogleNearbyPlaces/**/*.{h,m,swift}",
"CCXGoogleNearByPlaces/Models/**/*.{h,m,swift}"
],
"frameworks": "CoreLocation",
"pushed_with_swift_version": "4.0"
}