[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 1 / 6 / RideOsRider / 0.2.0 / RideOsRider.podspec.json
blobe6acf17799245f55bfa3af7e3b7171ab5c571cc5
2   "name": "RideOsRider",
3   "version": "0.2.0",
4   "summary": "rideOS SDK for building ridehailing rider apps",
5   "description": "rideOS SDK for building ridehailing rider 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     "RxCocoa": [
30       "~> 4.4"
31     ],
32     "RxSwift": [
33       "~> 4.4"
34     ],
35     "RxSwiftExt": [
36       "~> 3.4"
37     ],
38     "RxOptional": [
39       "~> 3.6"
40     ],
41     "SideMenu": [
42       "~> 5.0"
43     ],
44     "Pulley": [
45       "~> 2.7"
46     ]
47   },
48   "source_files": "RideOsRider/**/*.{swift, h, m}",
49   "resource_bundles": {
50     "RideOsRider": [
51       "RideOsRider/Assets.xcassets",
52       "RideOsRider/*.lproj"
53     ]
54   },
55   "pod_target_xcconfig": {
56     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
57     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
58   },
59   "swift_version": "5.0"