blob: 3afecac46ce96f495f3fa62b1a59c89d24ebc2f8 [file] [log] [blame]
{
"name": "RideOsCommon",
"version": "0.2.0",
"summary": "Common code and assets used across other rideOS Cocoapods",
"description": "Common code and assets used across other rideOS Cocoapods.",
"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.2.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"dependencies": {
"RideOsApi": [
"~> 0.1"
],
"Auth0": [
"~> 1.15"
],
"Eureka": [
"~> 5.0.0"
],
"JWTDecode": [
"~> 2.1"
],
"Lock": [
"~> 2.10"
],
"Polyline": [
"~> 4.2"
],
"RxCocoa": [
"~> 4.4"
],
"RxOptional": [
"~> 3.6"
],
"RxSwift": [
"~> 4.4"
],
"RxSwiftExt": [
"~> 3.4"
],
"SwiftSimplify": [
"~> 0.2"
],
"NicoProgress": [
"~> 0.1"
],
"RxReachability": [
"~> 0.1"
],
"NotificationBannerSwift": [
"~> 2.1"
]
},
"source_files": "RideOsCommon/**/*.{swift, h, m}",
"resource_bundles": {
"RideOsCommon": [
"RideOsCommon/Assets.xcassets",
"RideOsCommon/*.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"
}