blob: 08f6217e420fd19cb52fa662a664f409d937337c [file] [log] [blame]
{
"name": "MBRealmKit",
"version": "1.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": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"swift_versions": [
"4.2",
"5.0",
"5.0"
],
"default_subspecs": "All",
"dependencies": {
"MBCommonKit/Logger": [
"~> 1.0"
],
"RealmSwift": [
"~> 3.0"
]
},
"swift_version": "5.0",
"subspecs": [
{
"name": "All",
"dependencies": {
"MBRealmKit/Layer": [
],
"MBRealmKit/UI": [
]
}
},
{
"name": "Layer",
"source_files": "MBRealmKit/MBRealmKit/**/*.{swift,xib}"
},
{
"name": "UI",
"source_files": "MBRealmKit/MBRealmKitUI/**/*.{swift,xib}"
}
]
}