blob: 21a6450e297d427ad169b104c97055797a35d154 [file] [log] [blame]
{
"name": "Boardy",
"version": "1.0.1",
"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.0.1"
},
"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": [
],
"RxSwift": [
],
"RxCocoa": [
]
}
},
{
"name": "CoreUI",
"source_files": "Boardy/CoreUI/**/*",
"dependencies": {
"Boardy/Core": [
],
"UIComposable": [
]
}
},
{
"name": "UI",
"source_files": "Boardy/UI/**/*",
"dependencies": {
"Boardy/Core": [
],
"Boardy/DeepLink": [
],
"Boardy/RxStoreRef": [
],
"RxDataSources": [
],
"SnapKit": [
]
}
}
],
"swift_version": "5.3"
}