blob: 77389f1d883960c8e58b88dd24709dccab2c7624 [file] [log] [blame]
{
"name": "MBCarKit",
"version": "2.0.0",
"summary": "MBCarKit is a public Pod of MBition GmbH",
"description": "The main part of this module is CarKit, it is the facade to communicate with all provided services. It contains a socketService which can create a socket connection to get live data of the vehicle or send command requests to it. The data of the vehicle gets automatically cached.",
"homepage": "https://mbition.io",
"license": "MIT",
"authors": {
"MBition GmbH": "info_mbition@daimler.com"
},
"source": {
"git": "https://github.com/Daimler/MBSDK-CarKit-iOS.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"source_files": "MBCarKit/MBCarKit/**/*.{swift,xib}",
"dependencies": {
"MBCommonKit": [
"~> 2.0"
],
"MBNetworkKit/Basic": [
"~> 2.0"
],
"MBNetworkKit/Socket": [
"~> 2.0"
],
"MBRealmKit/Layer": [
"~> 2.0"
],
"SwiftProtobuf": [
"~> 1.0"
],
"ZIPFoundation": [
"~> 0.9"
]
},
"swift_version": "5.2"
}