blob: fc391c342877f9fd71a539905602fd1bc442cd97 [file] [log] [blame]
{
"name": "MBUIKit",
"version": "1.0.0",
"summary": "MBUIKit",
"description": "MBUIKit is a public Pod of MBition GmbH",
"homepage": "https://mbition.io",
"license": "MIT",
"authors": {
"MBition GmbH": "info_mbition@daimler.com"
},
"source": {
"git": "https://github.com/Daimler/MBSDK-UIKit-iOS.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"swift_versions": [
"4.2",
"5.0",
"5.0"
],
"resources": "MBUIKit/MBUIKit/Resources/**/*.{xcassets,strings,mp4,otf,ttf}",
"default_subspecs": "All",
"dependencies": {
"MBCommonKit/Logger": [
"~> 1.0"
]
},
"swift_version": "5.0",
"subspecs": [
{
"name": "All",
"dependencies": {
"MBUIKit/Basic": [
],
"MBUIKit/Components": [
],
"MBUIKit/Widgets": [
]
}
},
{
"name": "Basic",
"source_files": "MBUIKit/MBUIKit/Basic/**/*.{swift,xib}"
},
{
"name": "Components",
"dependencies": {
"MBUIKit/Basic": [
]
},
"source_files": "MBUIKit/MBUIKit/Components/**/*.{swift,xib}"
},
{
"name": "Widgets",
"dependencies": {
"MBUIKit/Basic": [
]
},
"source_files": "MBUIKit/MBUIKit/Widgets/**/*.{swift,xib}"
}
]
}