[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / d / 4 / MZLocationPicker / 1.0.2 / MZLocationPicker.podspec.json
blobe58ffad22e87ca98ecb300a5e75f42986bd850f5
2   "name": "MZLocationPicker",
3   "version": "1.0.2",
4   "summary": "MZLocationPicker allows user to select one exact location.",
5   "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.",
6   "homepage": "https://github.com/michalziman/mz-location-picker",
7   "screenshots": [
8     "https://raw.githubusercontent.com/michalziman/mz-location-picker/master/screenshot1.png",
9     "https://raw.githubusercontent.com/michalziman/mz-location-picker/master/screenshot2.png",
10     "https://raw.githubusercontent.com/michalziman/mz-location-picker/master/screenshot3.png",
11     "https://raw.githubusercontent.com/michalziman/mz-location-picker/master/screenshot4.png"
12   ],
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "Michal Ziman": "michalziman@me.com"
19   },
20   "source": {
21     "git": "https://github.com/michalziman/mz-location-picker.git",
22     "tag": "1.0.2"
23   },
24   "platforms": {
25     "ios": "10.0"
26   },
27   "source_files": "MZLocationPicker/**/*.swift",
28   "resources": [
29     "MZLocationPicker/*.xib",
30     "MZLocationPicker/*.xcassets",
31     "MZLocationPicker/MZLocationPickerHistory.xcdatamodeld"
32   ],
33   "frameworks": [
34     "UIKit",
35     "MapKit",
36     "CoreData"
37   ],
38   "pushed_with_swift_version": "3.0"