[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / 2 / 5 / MapsGL / 1.0.0-beta.2 / MapsGL.podspec.json
blobc0416d5f19fbbeda75bedb00b90cd06575370a60
2   "name": "MapsGL",
3   "version": "1.0.0-beta.2",
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.2/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.2/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.2/MapsGL.zip",
18     "sha256": "d5041c277788c1cb6fe57e30a0d83d0f733b52a81b2247d67487ce6bc491978f",
19     "flatten": true
20   },
21   "default_subspecs": [
22     "Core",
23     "Maps",
24     "Mapbox"
25   ],
26   "subspecs": [
27     {
28       "name": "Core",
29       "vendored_frameworks": "MapsGLCore.xcframework",
30       "frameworks": [
31         "Foundation",
32         "CoreFoundation",
33         "CoreGraphics",
34         "Metal",
35         "MetalKit",
36         "SwiftUI",
37         "UIKit",
38         "CoreLocation"
39       ]
40     },
41     {
42       "name": "Maps",
43       "vendored_frameworks": "MapsGLMaps.xcframework",
44       "frameworks": [
45         "Foundation",
46         "CoreFoundation",
47         "CoreGraphics",
48         "Combine",
49         "ImageIO",
50         "Metal",
51         "UIKit",
52         "CoreLocation",
53         "UniformTypeIdentifiers"
54       ],
55       "dependencies": {
56         "MapsGL/Core": [
58         ]
59       }
60     },
61     {
62       "name": "Mapbox",
63       "vendored_frameworks": "MapsGLMapbox.xcframework",
64       "frameworks": [
65         "Foundation",
66         "Combine",
67         "Metal"
68       ],
69       "dependencies": {
70         "MapsGL/Maps": [
72         ],
73         "MapboxMaps": [
74           "~> 11.0"
75         ]
76       }
77     }
78   ]