[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / a / 8 / ShgardiMaps / 3.1.1 / ShgardiMaps.podspec.json
blob0f6e1970b187b4d7d91ff64c6103a4b497522269
2   "name": "ShgardiMaps",
3   "version": "3.1.1",
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     "tag": "3.1.1"
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": [
50         ],
51         "GoogleMaps": [
53         ],
54         "Google-Maps-iOS-Utils": [
56         ]
57       }
58     },
59     {
60       "name": "Navigation",
61       "source_files": "ShgardiMaps/Navigation/Classes/**/*",
62       "dependencies": {
63         "ShgardiMaps/Core": [
65         ],
66         "GoogleNavigation": [
68         ],
69         "ShgardiUIComponents": [
71         ]
72       }
73     },
74     {
75       "name": "RSDriver",
76       "source_files": "ShgardiMaps/RSDriver/Classes/**/*",
77       "dependencies": {
78         "ShgardiMaps/Navigation": [
80         ],
81         "GoogleRidesharingDriver": [
83         ]
84       }
85     },
86     {
87       "name": "RSConsumer",
88       "source_files": "ShgardiMaps/RSConsumer/Classes/**/*",
89       "dependencies": {
90         "ShgardiMaps/Core": [
92         ],
93         "GoogleRidesharingConsumer": [
95         ]
96       }
97     }
98   ],
99   "swift_version": "5.0"