[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 1 / 2 / 5 / MapsGL / 1.0.0-beta.4 / MapsGL.podspec.json
blob5ca60d924ccdfe9c5fdc33cc26325c1f6c42c59b
2   "name": "MapsGL",
3   "version": "1.0.0-beta.4",
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.4/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.4/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.4/MapsGL.zip",
18     "sha256": "fdef018083e70c59df80e37e64f4c57aab299bea29048795a8e1f70c013a5aef",
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         "CoreFoundation",
34         "UIKit",
35         "CoreLocation"
36       ]
37     },
38     {
39       "name": "Renderer",
40       "vendored_frameworks": "MapsGLRenderer.xcframework",
41       "frameworks": [
42         "Foundation",
43         "CoreFoundation",
44         "CoreGraphics",
45         "Metal",
46         "MetalKit",
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         "CoreFoundation",
61         "CoreGraphics",
62         "Combine",
63         "ImageIO",
64         "Metal",
65         "UIKit",
66         "CoreLocation",
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         "Metal"
85       ],
86       "dependencies": {
87         "MapsGL/Maps": [
89         ],
90         "MapboxMaps": [
91           "~> 11.0"
92         ]
93       }
94     }
95   ]