[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / 0 / a / RideOsDriver / 0.1.0 / RideOsDriver.podspec.json
blobe7fb00d77af9b71c0e08c9a9a4f9d675ee871c41
2   "name": "RideOsDriver",
3   "version": "0.1.0",
4   "summary": "rideOS SDK for building ridehailing driver apps",
5   "description": "rideOS SDK for building ridehailing driver apps.",
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.1.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "dependencies": {
23     "RideOsApi": [
24       "~> 0.1"
25     ],
26     "RideOsCommon": [
27       "~> 0.1"
28     ],
29     "Eureka": [
30       "~> 5.0"
31     ],
32     "Polyline": [
33       "~> 4.2"
34     ],
35     "Protobuf": [
36       "~> 3.9"
37     ],
38     "RxCocoa": [
39       "~> 4.4"
40     ],
41     "RxSwift": [
42       "~> 4.4"
43     ],
44     "RxSwiftExt": [
45       "~> 3.4"
46     ],
47     "RxOptional": [
48       "~> 3.6"
49     ],
50     "SideMenu": [
51       "~> 5.0"
52     ],
53     "MapboxNavigation": [
54       "~> 0.34"
55     ]
56   },
57   "source_files": "RideOsDriver/**/*.{swift, h, m}",
58   "resource_bundles": {
59     "RideOsDriver": [
60       "RideOsDriver/Assets.xcassets",
61       "RideOsDriver/*.lproj"
62     ]
63   },
64   "pod_target_xcconfig": {
65     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
66     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
67   },
68   "swift_version": "5.0"