blob: f7f899b7ad086ec8b1cf711e66490b3a0d4b0a16 [file] [log] [blame]
{
"name": "SwiftUIMapView",
"version": "1.0.1",
"summary": "MKMapView in SwiftUI",
"description": "Allows you to use MKMapview in your SwiftUI app on iOS.",
"homepage": "https://github.com/sgade/swiftui-mapview",
"screenshots": "https://github.com/sgade/swiftui-mapview/raw/master/assets/screen.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sören Gade": "gade.soeren@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/sgade/swiftui-mapview.git",
"tag": "1.0.1"
},
"source_files": "Sources/SwiftUIMapView/**/*.swift",
"swift_versions": "5.1",
"swift_version": "5.1"
}