[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 6 / f / Map / 0.1.0 / Map.podspec.json
blob8d7fe342bbb54d3b77ce300778ac3f3ceffa0905
2   "name": "Map",
3   "version": "0.1.0",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/pauljohanneskraft/Map",
8   "authors": {
9     "Paul Kraft": "pauljohanneskraft@users.noreply.github.com"
10   },
11   "summary": "More capable MKMapView wrapper for SwiftUI as drop-in to MapKit's SwiftUI view.",
12   "description": "MKMapView wrapper for SwiftUI as drop-in to MapKit's SwiftUI view. Easily extensible annotations and overlays, iOS 13 support \nand backwards compatible with MKAnnotation and MKOverlay!",
13   "source": {
14     "git": "https://github.com/pauljohanneskraft/Map.git",
15     "tag": "0.1.0"
16   },
17   "module_name": "Map",
18   "swift_versions": "5.1",
19   "platforms": {
20     "ios": "13.0",
21     "osx": "10.15",
22     "tvos": "13.0",
23     "watchos": "6.0"
24   },
25   "source_files": "Sources/**/*.swift",
26   "frameworks": "SwiftUI",
27   "ios": {
28     "frameworks": "UIKit"
29   },
30   "osx": {
31     "frameworks": "AppKit"
32   },
33   "tvos": {
34     "frameworks": "UIKit"
35   },
36   "watchos": {
37     "frameworks": "WatchKit"
38   },
39   "swift_version": "5.1"