[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / 0 / 1 / b / ClearGMSMapStyle / 0.0.1 / ClearGMSMapStyle.podspec.json
blobe2d8b01607c78bf12618cc4be008f6a662cf436d
2   "name": "ClearGMSMapStyle",
3   "version": "0.0.1",
4   "summary": "A clear styling for Google Maps SDK for iOS.",
5   "description": "David Seca - just clear\nClearGMSMapStyle provides an easy way for styling Google Maps for iOS",
6   "homepage": "https://github.com/davidseca/clear-gmsmap-style.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "David Seca": "davidseca@gmail.com"
13   },
14   "platforms": {
15     "ios": "14.0"
16   },
17   "swift_versions": [
18     "5.0"
19   ],
20   "source": {
21     "git": "https://github.com/davidseca/clear-gmsmap-style.git",
22     "tag": "0.0.1"
23   },
24   "source_files": "ClearGMSMapStyle/**/*.{swift}",
25   "resource_bundles": {
26     "ClearGMSMapStyle": [
27       "Resources/**/*.{json}"
28     ]
29   },
30   "static_framework": true,
31   "dependencies": {
32     "GoogleMaps": [
33       "~> 6.2.1"
34     ]
35   },
36   "pod_target_xcconfig": {
37     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
38   },
39   "user_target_xcconfig": {
40     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
41   },
42   "swift_version": "5.0"