[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 1 / 2 / 5 / MapsGL / 1.0.1 / MapsGL.podspec.json
blobab5200fc2e451d6072f82cae7a441b14ef93b711
2   "name": "MapsGL",
3   "version": "1.0.1",
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.1/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.1/images/MapsGL-iPad-PM10-layer.png",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Vaisala Xweather": "https://www.xweather.com/"
15   },
16   "social_media_url": "https://twitter.com/vaisalaxweather",
17   "platforms": {
18     "ios": "16.0"
19   },
20   "source": {
21     "http": "https://github.com/vaisala-xweather/mapsgl-apple-sdk/releases/download/v1.0.1/MapsGL.zip",
22     "sha256": "82ce701e706d55fad6b66615b1ff1b1b60781de85df0de5c7c6cc1b99fdce6cb",
23     "flatten": true
24   },
25   "default_subspecs": [
26     "Core",
27     "Renderer",
28     "Maps",
29     "Mapbox"
30   ],
31   "subspecs": [
32     {
33       "name": "Core",
34       "vendored_frameworks": "MapsGLCore.xcframework",
35       "frameworks": [
36         "Foundation",
37         "CoreLocation",
38         "OSLog",
39         "UIKit"
40       ]
41     },
42     {
43       "name": "Renderer",
44       "vendored_frameworks": "MapsGLRenderer.xcframework",
45       "frameworks": [
46         "Foundation",
47         "CoreGraphics",
48         "Metal",
49         "MetalKit",
50         "OSLog",
51         "SwiftUI"
52       ],
53       "dependencies": {
54         "MapsGL/Core": [
56         ]
57       }
58     },
59     {
60       "name": "Maps",
61       "vendored_frameworks": "MapsGLMaps.xcframework",
62       "frameworks": [
63         "Foundation",
64         "Combine",
65         "CoreGraphics",
66         "CoreLocation",
67         "ImageIO",
68         "Metal",
69         "OSLog",
70         "UIKit",
71         "UniformTypeIdentifiers"
72       ],
73       "dependencies": {
74         "MapsGL/Core": [
76         ],
77         "MapsGL/Renderer": [
79         ]
80       }
81     },
82     {
83       "name": "Mapbox",
84       "vendored_frameworks": "MapsGLMapbox.xcframework",
85       "frameworks": [
86         "Foundation",
87         "Combine",
88         "CoreLocation",
89         "Metal",
90         "OSLog"
91       ],
92       "dependencies": {
93         "MapsGL/Maps": [
95         ],
96         "MapboxMaps": [
97           "~> 11.0"
98         ]
99       }
100     }
101   ]