blob: eac868f116d43703c5fe0fbfba54c5aa05704277 [file] [log] [blame]
{
"name": "MBCommonKit",
"version": "1.0.0",
"summary": "MBCommonKit",
"description": "MBCommonKit 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-CommonKit-iOS.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"swift_versions": [
"4.2",
"5.0",
"5.0"
],
"default_subspecs": "All",
"swift_version": "5.0",
"subspecs": [
{
"name": "All",
"dependencies": {
"MBCommonKit/Logger": [
],
"MBCommonKit/Protocols": [
],
"MBCommonKit/Tracking": [
]
}
},
{
"name": "Logger",
"source_files": "MBCommonKit/MBCommonKitLogger/**/*.{swift}"
},
{
"name": "Protocols",
"source_files": "MBCommonKit/MBCommonKit/**/*.{swift}"
},
{
"name": "Tracking",
"source_files": "MBCommonKit/MBCommonKitTracking/**/*.{swift}"
}
]
}