[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / a / 8 / ShgardiMaps / 3.0.5 / ShgardiMaps.podspec.json
blob14857dac2c86e0fa76fac32960d7d88653aa5036
2   "name": "ShgardiMaps",
3   "version": "3.0.5",
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": [
44         ],
45         "ShgardiUIBuilder": [
47         ],
48         "ShgardiUIFoundation": [
50         ],
51         "GooglePlaces": [
52           "~>  7.2.0"
53         ],
54         "GoogleMaps": [
55           "~>  7.2.0"
56         ],
57         "Google-Maps-iOS-Utils": [
59         ]
60       }
61     },
62     {
63       "name": "Navigation",
64       "source_files": "ShgardiMaps/Navigation/Classes/**/*",
65       "ios": {
66         "vendored_frameworks": "ShgardiMaps/Navigation/Frameworks/GoogleNavigation.framework"
67       },
68       "resources": [
69         "ShgardiMaps/Navigation/Frameworks/GoogleNavigation.framework/Resources/*"
70       ],
71       "dependencies": {
72         "ShgardiMaps/Core": [
74         ]
75       }
76     },
77     {
78       "name": "RSDriver",
79       "source_files": "ShgardiMaps/RSDriver/Classes/**/*",
80       "ios": {
81         "vendored_frameworks": "ShgardiMaps/RSDriver/Frameworks/GoogleRidesharingDriver.framework"
82       },
83       "resources": [
84         "ShgardiMaps/RSDriver/Frameworks/GoogleRidesharingDriver.framework/Resources/*"
85       ],
86       "dependencies": {
87         "ShgardiMaps/Navigation": [
89         ]
90       }
91     },
92     {
93       "name": "RSConsumer",
94       "source_files": "ShgardiMaps/RSConsumer/Classes/**/*",
95       "ios": {
96         "vendored_frameworks": "ShgardiMaps/RSConsumer/Frameworks/GoogleRidesharingConsumer.framework"
97       },
98       "resources": [
99         "ShgardiMaps/RSConsumer/Frameworks/GoogleRidesharingConsumer.framework/Resources/*"
100       ],
101       "dependencies": {
102         "ShgardiMaps/Core": [
104         ]
105       }
106     }
107   ],
108   "swift_version": "5.0"