blob: e7fb00d77af9b71c0e08c9a9a4f9d675ee871c41 [file] [log] [blame]
{
"name": "RideOsDriver",
"version": "0.1.0",
"summary": "rideOS SDK for building ridehailing driver apps",
"description": "rideOS SDK for building ridehailing driver apps.",
"homepage": "https://github.com/rideOS/rideos-sdk-ios",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"rideOS": "support@rideos.ai"
},
"source": {
"git": "https://github.com/rideOS/rideos-sdk-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"dependencies": {
"RideOsApi": [
"~> 0.1"
],
"RideOsCommon": [
"~> 0.1"
],
"Eureka": [
"~> 5.0"
],
"Polyline": [
"~> 4.2"
],
"Protobuf": [
"~> 3.9"
],
"RxCocoa": [
"~> 4.4"
],
"RxSwift": [
"~> 4.4"
],
"RxSwiftExt": [
"~> 3.4"
],
"RxOptional": [
"~> 3.6"
],
"SideMenu": [
"~> 5.0"
],
"MapboxNavigation": [
"~> 0.34"
]
},
"source_files": "RideOsDriver/**/*.{swift, h, m}",
"resource_bundles": {
"RideOsDriver": [
"RideOsDriver/Assets.xcassets",
"RideOsDriver/*.lproj"
]
},
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"swift_version": "5.0"
}