blob: 1edecbe534e37b6da05404eef9ef495eb7b7ae8d [file] [log] [blame]
{
"name": "Boardy",
"version": "1.23.5",
"swift_versions": [
"5.3",
"5.4"
],
"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.23.5"
},
"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": "DeepLink",
"source_files": "Boardy/DeepLink/**/*.swift",
"dependencies": {
"Boardy/Core": [
]
}
},
{
"name": "Attachable",
"source_files": "Boardy/Attachable/**/*.swift",
"dependencies": {
"Boardy/Core": [
],
"Boardy/DeepLink": [
]
}
},
{
"name": "Composable",
"source_files": "Boardy/Composable/**/*.swift",
"dependencies": {
"Boardy/Core": [
],
"UIComposable": [
]
}
},
{
"name": "ComponentKit",
"source_files": "Boardy/ComponentKit/**/*.swift",
"dependencies": {
"Boardy/Core": [
]
}
},
{
"name": "RxStoreRef",
"source_files": "Boardy/RxStoreRef/**/*.swift",
"dependencies": {
"Boardy/Core": [
],
"Boardy/DeepLink": [
],
"ReferenceStoreManager": [
]
}
},
{
"name": "Runtime",
"source_files": "Boardy/Runtime/**/*.swift",
"dependencies": {
"Boardy/Core": [
],
"Boardy/DeepLink": [
],
"Boardy/Composable": [
]
}
}
],
"swift_version": "5.4"
}