blob: b949570e896d4d54b08b0577c8642bd1f2fd78b3 [file] [log] [blame]
{
"name": "PlacesPicker",
"version": "0.0.3",
"summary": "Highly customizable replacement for deprecated Google Places Picker Controller.",
"swift_versions": "5.0",
"description": "Replacement for deprecated Google Places Picker Controller. Customize the look of the list, map or whole picker view by providing configuration object.",
"homepage": "https://github.com/piotrbernad/GooglePlacesPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Piotr Bernad": "piotr@bernad.co"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/piotrbernad/GooglePlacesPicker.git",
"tag": "0.0.3"
},
"source_files": [
"PlacesPicker/Classes",
"PlacesPicker/Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"static_framework": true,
"dependencies": {
"GoogleMaps": [
"~> 3.1.0"
],
"GooglePlaces": [
"~> 3.1.0"
]
},
"swift_version": "5.0"
}