blob: 2694c15574419070058e204400654443ab2c039f [file] [log] [blame]
{
"name": "MapKitSearchView",
"version": "2.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An implementation of Apples Map search view with bottom sheet gestures.",
"description": "Standalone view controller for searching and finding places.",
"homepage": "https://github.com/philip-bui/mapkit-search-view",
"authors": {
"Philip Bui": "philip.bui.developer@gmail.com"
},
"source": {
"git": "https://github.com/philip-bui/mapkit-search-view.git",
"tag": "2.0.0"
},
"documentation_url": "https://github.com/philip-bui/mapkit-search-view",
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/**/*.swift",
"resources": [
"Sources/Resources/*",
"Sources/**/*.xib"
],
"screenshots": [
"https://github.com/philip-bui/mapkit-search-view/raw/master/Images/MapKit.png",
"https://github.com/philip-bui/mapkit-search-view/raw/master/Images/MapKit_Completions.png",
"https://github.com/philip-bui/mapkit-search-view/raw/master/Images/MapKit_MapItems.png"
],
"swift_versions": "5.0",
"swift_version": "5.0"
}