Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

mercedes-benz/MBSDK-RealmKit-iOS

Repository files navigation

MBRealmKit

swift 5 swift 5.1 swift 5.2 swift 5.3 License Platform Version swift-package-manager

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.

Requirements

  • Xcode 10.3 / 11.x / 12.x
  • Swift 5.x
  • iOS 12.0+

Installation

CocoaPods

MBRealmKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'MBRealmKit', '~> 3.0'

Swift Package Manager

MBNetworkKit is available through Swift Package Manager. Once you have your Swift package set up, adding MBRealmKit as a dependency is as easy as adding it to the dependencies value of your Package.swift.

dependencies: [
    .package(name: "MBRealmKit",
             url: "https://github.com/Daimler/MBSDK-RealmKit-iOS.git",
			 .upToNextMajor(from: "3.0.0"))
]

Intended Usage

This module handles the offline storage of the MBSDK-Modules. It caches the required data and returns it. It is possible to observe the cached data and to respond to the changes.

Author

Daimler AG, developer@daimler.com

License

MBRealmKit is available under the MIT license. See the LICENSE file for more info.