blob: 12cdcdd17b6366a98f52572b7e289c6c09c28577 [file] [log] [blame]
{
"name": "UIComposable",
"version": "0.3.0",
"swift_versions": [
"5.0",
"5.1",
"5.2",
"5.3"
],
"summary": "A protocol of UI rendering for plugins - UIComposable.",
"description": "Use this protocol to render user interface like plugins",
"homepage": "https://github.com/congncif/UIComposable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NGUYEN CHI CONG": "congnc.if@gmail.com"
},
"source": {
"git": "https://github.com/congncif/UIComposable.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/congncif",
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Default",
"subspecs": [
{
"name": "Default",
"dependencies": {
"UIComposable/Core": [
]
}
},
{
"name": "Core",
"source_files": "UIComposable/Core/**/*"
},
{
"name": "RxUI",
"source_files": "UIComposable/RxUI/**/*",
"dependencies": {
"UIComposable/Core": [
],
"RxDataSources": [
],
"SnapKit": [
]
}
}
],
"swift_version": "5.3"
}