[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / b / 1 / 4 / MBCarKit / 2.0.0 / MBCarKit.podspec.json
blob15096056417f6590de75d9c633afba58bf9ced3e
2   "name": "MBCarKit",
3   "version": "2.0.0",
4   "summary": "MBCarKit is a public Pod of MBition GmbH",
5   "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.",
6   "homepage": "https://mbition.io",
7   "license": "MIT",
8   "authors": {
9     "MBition GmbH": "info_mbition@daimler.com"
10   },
11   "source": {
12     "git": "https://github.com/Daimler/MBSDK-CarKit-iOS.git",
13     "tag": "2.0.0"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "swift_versions": [
19     "5.0",
20     "5.1",
21     "5.2"
22   ],
23   "source_files": "MBCarKit/MBCarKit/**/*.{swift,xib}",
24   "dependencies": {
25     "MBCommonKit": [
26       "~> 2.0"
27     ],
28     "MBNetworkKit/Basic": [
29       "~> 2.0"
30     ],
31     "MBNetworkKit/Socket": [
32       "~> 2.0"
33     ],
34     "MBRealmKit/Layer": [
35       "~> 2.0"
36     ],
37     "SwiftProtobuf": [
38       "~> 1.0"
39     ],
40     "ZIPFoundation": [
41       "~> 0.9"
42     ]
43   },
44   "deprecated": true,
45   "swift_version": "5.2"