blob: eefd01d82d03879471ef5bb853e16f3c974f7ff9 [file] [log] [blame]
{
"name": "Boardy",
"version": "1.3.0",
"swift_versions": [
"5.0",
"5.1",
"5.2",
"5.3"
],
"summary": "A mediator interface to integrate multiple mobile architectures.",
"description": "Integrate components which was developed using different architecures.",
"homepage": "https://github.com/congncif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"congncif": "congnc.if@gmail.com"
},
"source": {
"git": "https://github.com/congncif/boardy.git",
"tag": "1.3.0"
},
"platforms": {
"ios": "10.0"
},
"default_subspecs": "Default",
"subspecs": [
{
"name": "Default",
"dependencies": {
"Boardy/Core": [
]
}
},
{
"name": "Core",
"source_files": "Boardy/Core/**/*"
},
{
"name": "DeepLink",
"source_files": "Boardy/DeepLink/**/*",
"dependencies": {
"Boardy/Core": [
]
}
},
{
"name": "RxStoreRef",
"source_files": "Boardy/RxStoreRef/**/*",
"dependencies": {
"Boardy/Core": [
],
"Boardy/DeepLink": [
],
"ReferenceStoreManager": [
]
}
},
{
"name": "Composable",
"source_files": "Boardy/Composable/**/*",
"dependencies": {
"Boardy/Core": [
],
"UIComposable": [
]
}
}
],
"swift_version": "5.3"
}