[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 8 / 5 / GoogleMapsPlatformCombine / 0.3.0 / GoogleMapsPlatformCombine.podspec.json
blob08cb22f998247056cb7e2b02021f7db98a910d7c
2   "name": "GoogleMapsPlatformCombine",
3   "version": "0.3.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": "v0.3.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   "testspecs": [
29     {
30       "name": "Tests",
31       "test_type": "unit",
32       "source_files": "Tests/Unit/**/*.swift",
33       "dependencies": {
34         "OCMock": [
36         ]
37       }
38     }
39   ],
40   "subspecs": [
41     {
42       "name": "Maps",
43       "platforms": {
44         "ios": "13.0"
45       },
46       "source_files": "Sources/Maps/*",
47       "dependencies": {
48         "GoogleMaps": [
49           "5.1.0"
50         ]
51       }
52     },
53     {
54       "name": "Places",
55       "platforms": {
56         "ios": "13.0"
57       },
58       "source_files": "Sources/Places/*",
59       "dependencies": {
60         "GooglePlaces": [
61           "5.0.0"
62         ]
63       }
64     }
65   ],
66   "swift_version": "5.0"