[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / 2 / 5 / MapsGL / 1.0.0-beta.6 / MapsGL.podspec.json
blobacf9aff542f5d077e9aab2791dfb998b8abc3643
2   "name": "MapsGL",
3   "version": "1.0.0-beta.6",
4   "summary": "MapsGL is an easy-to-use, highly customizable Swift SDK for visualizing both weather and custom data, powered by Metal.",
5   "description": "MapsGL Apple SDK is a powerful mapping library designed for iOS developers. It enables the integration of MapsGL's rich mapping features into iOS applications, providing a seamless and interactive user experience.",
6   "readme": "https://raw.githubusercontent.com/vaisala-xweather/mapsgl-apple-sdk/v1.0.0-beta.6/README.md",
7   "homepage": "https://github.com/vaisala-xweather/mapsgl-apple-sdk",
8   "screenshots": "https://raw.githubusercontent.com/vaisala-xweather/mapsgl-apple-sdk/v1.0.0-beta.6/images/MapsGL-iPad-PM10-layer.png",
9   "authors": {
10     "Vaisala Xweather": "https://www.xweather.com/"
11   },
12   "social_media_url": "https://twitter.com/vaisalaxweather",
13   "platforms": {
14     "ios": "16.0"
15   },
16   "source": {
17     "http": "https://github.com/vaisala-xweather/mapsgl-apple-sdk/releases/download/v1.0.0-beta.6/MapsGL.zip",
18     "sha256": "f2c92c110b6ea8a87dea899bb98a1423f8bd99703bbaf0165de4e004b6631a70",
19     "flatten": true
20   },
21   "default_subspecs": [
22     "Core",
23     "Renderer",
24     "Maps",
25     "Mapbox"
26   ],
27   "subspecs": [
28     {
29       "name": "Core",
30       "vendored_frameworks": "MapsGLCore.xcframework",
31       "frameworks": [
32         "Foundation",
33         "CoreLocation",
34         "OSLog",
35         "UIKit"
36       ]
37     },
38     {
39       "name": "Renderer",
40       "vendored_frameworks": "MapsGLRenderer.xcframework",
41       "frameworks": [
42         "Foundation",
43         "CoreGraphics",
44         "Metal",
45         "MetalKit",
46         "OSLog",
47         "SwiftUI"
48       ],
49       "dependencies": {
50         "MapsGL/Core": [
52         ]
53       }
54     },
55     {
56       "name": "Maps",
57       "vendored_frameworks": "MapsGLMaps.xcframework",
58       "frameworks": [
59         "Foundation",
60         "Combine",
61         "CoreGraphics",
62         "CoreLocation",
63         "ImageIO",
64         "Metal",
65         "OSLog",
66         "UIKit",
67         "UniformTypeIdentifiers"
68       ],
69       "dependencies": {
70         "MapsGL/Core": [
72         ],
73         "MapsGL/Renderer": [
75         ]
76       }
77     },
78     {
79       "name": "Mapbox",
80       "vendored_frameworks": "MapsGLMapbox.xcframework",
81       "frameworks": [
82         "Foundation",
83         "Combine",
84         "CoreLocation",
85         "Metal",
86         "OSLog"
87       ],
88       "dependencies": {
89         "MapsGL/Maps": [
91         ],
92         "MapboxMaps": [
93           "~> 11.0"
94         ]
95       }
96     }
97   ]