blob: 0868d3cdcb0884661b1051ec7a97463311be1b3e [file] [log] [blame]
{
"name": "LocationSelector",
"version": "0.1.2",
"summary": "Popup with a Google Map View to select location.",
"description": "A popup controller with a Google Map View that lets the user pick a direction",
"swift_version": "4.1",
"homepage": "https://github.com/ErosBonanni/LocationSelector",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eros Bonanni": "erosbonanni@icloud.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/ErosBonanni/LocationSelector.git",
"tag": "0.1.2"
},
"static_framework": true,
"source_files": "LocationSelector/**/*",
"frameworks": "UIKit",
"dependencies": {
"GoogleMaps": [
],
"Nominatim": [
]
}
}