blob: 941adc85e2ad783ad374eda17ad003fe107bb00c [file] [log] [blame]
{
"name": "DriveKitVehicleUI",
"version": "1.7.0",
"summary": "DriveKit Vehicle UI Framework",
"description": "DriveKit Vehicle features : Vehicles list and detail, beacon and bluetooth management, vehicle selection features",
"homepage": "https://docs.drivequant.com",
"license": "Apache License, Version 2.0",
"authors": {
"DriveQuantPublic": "jeremy.bayle@drivequant.com"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/DriveQuantPublic/drivekit-ui-ios.git",
"tag": "1.7.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "DriveKitVehicleUI/**/*.swift",
"resources": [
"DriveKitVehicleUI/DriveKitVehicle.xcassets",
"DriveKitVehicleUI/Localizable/*",
"DriveKitVehicleUI/**/*.xib"
],
"dependencies": {
"DriveKitCommonUI": [
"1.7.0"
],
"DriveKitVehicle": [
],
"DriveKitTripAnalysis": [
]
},
"info_plist": {
"CFBundleIdentifier": "com.drivequant.drivekit-vehicle-ui"
},
"pod_target_xcconfig": {
"PRODUCT_BUNDLE_IDENTIFIER": "com.drivequant.drivekit-vehicle-ui"
},
"swift_version": "5.0"
}