blob: 1deb45bc17d63bf09f71d966ca6fe38402bdc6f0 [file] [log] [blame]
{
"name": "Boardy",
"version": "1.35.1",
"swift_versions": [
"5.3",
"5.4",
"5.5"
],
"summary": "A mediator interface to integrate multiple mobile architectures.",
"description": "Integrate components which was developed using different architectures.",
"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.35.1"
},
"social_media_url": "https://twitter.com/congncif",
"platforms": {
"ios": "10.0"
},
"default_subspecs": "Default",
"subspecs": [
{
"name": "Default",
"dependencies": {
"Boardy/Core": [
],
"Boardy/Attachable": [
]
}
},
{
"name": "Core",
"source_files": "Boardy/Core/**/*.swift"
},
{
"name": "Attachable",
"source_files": "Boardy/Attachable/**/*.swift",
"dependencies": {
"Boardy/Core": [
]
}
},
{
"name": "DeepLink",
"source_files": "Boardy/DeepLink/**/*.swift",
"dependencies": {
"Boardy/Core": [
],
"Boardy/Attachable": [
]
}
},
{
"name": "Composable",
"source_files": "Boardy/Composable/**/*.swift",
"dependencies": {
"Boardy/Core": [
],
"Boardy/Attachable": [
],
"UIComposable": [
]
}
},
{
"name": "ModulePlugin",
"source_files": "Boardy/ModulePlugin/**/*.swift",
"dependencies": {
"Boardy/Core": [
]
}
},
{
"name": "ComponentKit",
"source_files": "Boardy/ComponentKit/**/*.swift",
"dependencies": {
"Boardy/Core": [
]
}
}
],
"swift_version": "5.5"
}