[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / 8 / 5 / GoogleMapsPlatformCombine / 0.1.0 / GoogleMapsPlatformCombine.podspec.json
blob10ff7db7cfe9bb6a451a0b00a49d8b6f4c0b7513
2   "name": "GoogleMapsPlatformCombine",
3   "version": "0.1.0",
4   "summary": "Swift library for Combine support with Google Maps Platform iOS SDKs",
5   "description": "A swift library that provides Combine support via Publisher and Future for Google Maps Platform iOS SDKs.",
6   "homepage": "https://github.com/googlemaps/ios-combine",
7   "license": {
8     "type": "Apache, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Google Inc.",
12   "source": {
13     "git": "https://github.com/googlemaps/ios-combine.git",
14     "tag": "0.1.0"
15   },
16   "swift_versions": "5.0",
17   "platforms": {
18     "ios": "13.0"
19   },
20   "source_files": "Sources/**/*",
21   "user_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "static_framework": true,
28   "subspecs": [
29     {
30       "name": "Maps",
31       "platforms": {
32         "ios": "13.0"
33       },
34       "source_files": "Sources/Maps/*",
35       "dependencies": {
36         "GoogleMaps": [
37           "5.1.0"
38         ]
39       }
40     },
41     {
42       "name": "Places",
43       "platforms": {
44         "ios": "13.0"
45       },
46       "source_files": "Sources/Places/*",
47       "dependencies": {
48         "GooglePlaces": [
49           "5.0.0"
50         ]
51       }
52     }
53   ],
54   "swift_version": "5.0"