MBSDK-Mobile-iOS
MBSDK-Mobile-iOS copied to clipboard
Mercedes-Benz Mobile SDK - Mobile module for iOS
This repository is archived.
Mercedes-Benz Mobile SDK is archived and no longer officially supported. You can find more information about this decision in the news article on Mercedes-Benz developer portal.
Getting Started
We highly recommend to have a look into the Getting Started Guide to get an idea on how to use the framework.
Requirements
- Xcode 10.3 / 11.x / 12.x
- Swift 5.x
- iOS 12.0+
Installation
CocoaPods
MBMobileSDK is available through CocoaPods. To install it, simply add the following line to your Podfile
:
pod 'MBMobileSDK', '~> 3.0'
Swift Package Manager
MBMobileSDK is available through Swift Package Manager. Once you have your Swift package set up, adding MBMobileSDK as a dependency is as easy as adding it to the dependencies
value of your Package.swift
.
dependencies: [
.package(name: "MBMobileSDK",
url: "https://github.com/Daimler/MBSDK-Mobile-iOS.git",
.upToNextMajor(from: "3.0.0"))
]
Code of Conduct
Please read our Code of Conduct as it is our base for interaction.
License
This project is licensed under the MIT LICENSE.
Provider Information
Please visit https://mbition.io/en/home/index.html for information on the provider.
Notice: Before you use the program in productive use, please take all necessary precautions, e.g. testing and verifying the program with regard to your specific use. The program was tested solely for our own use cases, which might differ from yours.