blob: 6667e2e43a42da652c406eda5e2c024312906ef1 [file] [log] [blame]
{
"name": "MBRealmKit",
"version": "3.0.0",
"summary": "MBRealmKit is a public Pod of MBition GmbH",
"description": "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.",
"homepage": "https://mbition.io",
"license": "MIT",
"authors": {
"MBition GmbH": "info_mbition@daimler.com"
},
"source": {
"git": "https://github.com/Daimler/MBSDK-RealmKit-iOS.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.2",
"5.3"
],
"source_files": [
"MBRealmKit/MBRealmKit/**/*.{swift,xib}",
"MBRealmKit/MBRealmKitUI/**/*.{swift,xib}"
],
"dependencies": {
"MBCommonKit/Logger": [
"~> 3.0"
],
"Realm": [
"~> 10.1"
],
"RealmSwift": [
"~> 10.1"
]
},
"swift_version": "5.3"
}