[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 0 / a / RideOsDriver / 0.2.0 / RideOsDriver.podspec.json
blob4313c7269afd14c55ebe33ded3030000cb46ba5c
2   "name": "RideOsDriver",
3   "version": "0.2.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.2.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     "Polyline": [
30       "~> 4.2"
31     ],
32     "Protobuf": [
33       "~> 3.9"
34     ],
35     "RxCocoa": [
36       "~> 4.4"
37     ],
38     "RxSwift": [
39       "~> 4.4"
40     ],
41     "RxSwiftExt": [
42       "~> 3.4"
43     ],
44     "RxOptional": [
45       "~> 3.6"
46     ],
47     "SideMenu": [
48       "~> 5.0"
49     ],
50     "MapboxNavigation": [
51       "~> 0.34"
52     ],
53     "Turf": [
54       "~> 0.3"
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"