[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / a / 8 / ShgardiMaps / 3.0.11 / ShgardiMaps.podspec.json
blobc338c157576b7796fbbc6676afc917043701c52f
2   "name": "ShgardiMaps",
3   "version": "3.0.11",
4   "summary": "A short description of ShgardiMaps.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/Shgardi/shgardi-iOS-maps",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Shgardi": "https://shgardi.app"
13   },
14   "source": {
15     "git": "git@github.com:Shgardi/shgardi-iOS-maps",
16     "branch": "master"
17   },
18   "default_subspecs": "Core",
19   "swift_versions": "5.0",
20   "pod_target_xcconfig": {
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
22   },
23   "user_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "xcconfig": {
27     "OTHER_LDFLAGS": "-ObjC"
28   },
29   "platforms": {
30     "ios": "13.0"
31   },
32   "static_framework": true,
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "ShgardiMaps/Core/Classes/**/*",
37       "resources": [
38         "ShgardiMaps/Core/Assets/**/*"
39       ],
40       "frameworks": "UIKit",
41       "dependencies": {
42         "ShgardiFoundation/Rx": [
44         ],
45         "ShgardiUIBuilder": [
47         ],
48         "GooglePlaces": [
49           "~>  7.2.0"
50         ],
51         "GoogleMaps": [
52           "~>  7.2.0"
53         ],
54         "Google-Maps-iOS-Utils": [
56         ]
57       }
58     },
59     {
60       "name": "Navigation",
61       "source_files": "ShgardiMaps/Navigation/Classes/**/*",
62       "ios": {
63         "vendored_frameworks": "ShgardiMaps/Navigation/Frameworks/GoogleNavigation.framework"
64       },
65       "resources": [
66         "ShgardiMaps/Navigation/Frameworks/GoogleNavigation.framework/Resources/*"
67       ],
68       "dependencies": {
69         "ShgardiMaps/Core": [
71         ]
72       }
73     },
74     {
75       "name": "RSDriver",
76       "source_files": "ShgardiMaps/RSDriver/Classes/**/*",
77       "ios": {
78         "vendored_frameworks": "ShgardiMaps/RSDriver/Frameworks/GoogleRidesharingDriver.framework"
79       },
80       "resources": [
81         "ShgardiMaps/RSDriver/Frameworks/GoogleRidesharingDriver.framework/Resources/*"
82       ],
83       "dependencies": {
84         "ShgardiMaps/Navigation": [
86         ]
87       }
88     },
89     {
90       "name": "RSConsumer",
91       "source_files": "ShgardiMaps/RSConsumer/Classes/**/*",
92       "ios": {
93         "vendored_frameworks": "ShgardiMaps/RSConsumer/Frameworks/GoogleRidesharingConsumer.framework"
94       },
95       "resources": [
96         "ShgardiMaps/RSConsumer/Frameworks/GoogleRidesharingConsumer.framework/Resources/*"
97       ],
98       "dependencies": {
99         "ShgardiMaps/Core": [
101         ]
102       }
103     }
104   ],
105   "swift_version": "5.0"