blob: 01f5278c801c5eac9c3fcba6fdbd0cd6e7b68182 [file] [log] [blame]
{
"name": "MBRealmKit",
"version": "2.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": "2.0.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"default_subspecs": "All",
"dependencies": {
"MBCommonKit/Logger": [
"~> 2.0"
],
"RealmSwift": [
"~> 4.0"
]
},
"subspecs": [
{
"name": "All",
"dependencies": {
"MBRealmKit/Layer": [
"~> 2.0"
],
"MBRealmKit/UI": [
"~> 2.0"
]
}
},
{
"name": "Layer",
"source_files": "MBRealmKit/MBRealmKit/**/*.{swift,xib}"
},
{
"name": "UI",
"source_files": "MBRealmKit/MBRealmKitUI/**/*.{swift,xib}"
}
],
"swift_version": "5.2"
}