blob: feef167d1dd8b331398f706971f3ee19b598c97b [file] [log] [blame]
{
"name": "LocationSelector",
"version": "0.2.0",
"summary": "Popup with a MKMapView to select location.",
"description": "A popup controller with a Apple Map View that lets the user pick a location.",
"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.2.0"
},
"static_framework": true,
"source_files": "LocationSelector/**/*",
"frameworks": "UIKit",
"dependencies": {
"Nominatim": [
]
}
}