blob: 03fd3fecf67eaf5aa660c3f86856693828d56d40 [file] [log] [blame]
{
"name": "MZLocationPicker",
"version": "0.1.2",
"summary": "MZLocationPicker allows user to select one exact location.",
"description": "This location picker allows user to choose location by tapping in map view, searching for it by name or address or by selecting recently picked location.\nIt presents: reverse geocoding for location chosen in map, location search, history of chosen locations, multiple map types, custom pins, custom tint color, support for translations using delegate, landscape as well as portrait orientation.\nIt is designed to match general picker design such as the one used in Contact picker.\nIt is intended to be presented modally, though it is not necessary.",
"homepage": "https://github.com/michalziman/mz-location-picker",
"screenshots": [
"https://raw.githubusercontent.com/michalziman/mz-location-picker/master/screenshot1.png",
"https://raw.githubusercontent.com/michalziman/mz-location-picker/master/screenshot2.png",
"https://raw.githubusercontent.com/michalziman/mz-location-picker/master/screenshot3.png",
"https://raw.githubusercontent.com/michalziman/mz-location-picker/master/screenshot4.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michal Ziman": "michalziman@me.com"
},
"source": {
"git": "https://github.com/michalziman/mz-location-picker.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "MZLocationPicker/**/*.swift",
"resources": [
"MZLocationPicker/*.xib",
"MZLocationPicker/*.xcassets",
"MZLocationPicker/MZLocationPickerHistory.xcdatamodeld"
],
"frameworks": [
"UIKit",
"MapKit",
"CoreData"
],
"pushed_with_swift_version": "3.0"
}