[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / 5 / a / RideOsGoogleMaps / 0.2.0 / RideOsGoogleMaps.podspec.json
blob16a8b1ae75f8bb440afdc8f3e3d0aaa8c33963a2
2   "name": "RideOsGoogleMaps",
3   "version": "0.2.0",
4   "summary": "Implementation of rideOS maps protocols that uses Google Maps and Places",
5   "description": "Implementation of rideOS maps protocols that uses Google Maps and Places.",
6   "homepage": "https://github.com/rideOS/rideos-sdk-ios",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rideOS": "support@rideos.ai"
13   },
14   "source": {
15     "git": "https://github.com/rideOS/rideos-sdk-ios.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "static_framework": true,
23   "dependencies": {
24     "RideOsCommon": [
25       "~> 0.1"
26     ],
27     "RxSwift": [
28       "~> 4.4"
29     ],
30     "GoogleMaps": [
31       "~> 3.2"
32     ],
33     "GooglePlaces": [
34       "~> 3.2"
35     ]
36   },
37   "source_files": "RideOsGoogleMaps/**/*.{swift, h, m}",
38   "pod_target_xcconfig": {
39     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
40     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
41   },
42   "swift_version": "5.0"