blob: 55bfbfd3682425d2fd7f5e4bbb30efcd7789f849 [file] [log] [blame]
{
"name": "ComponentsHub",
"version": "0.1.2",
"summary": "A simple components communication hub with Pure Swift library.",
"description": "为复杂项目解耦,实现模块之间的通信。同时为了使得工程代码结构更清晰,减少组件与库之间的依赖关系。",
"homepage": "https://github.com/jate/ComponentsHub",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jate": "jate_xu@icloud.com"
},
"source": {
"git": "https://github.com/jate/ComponentsHub.git",
"tag": "0.1.2"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"source_files": "ComponentsHub/Sources/*.swift",
"swift_version": "5.0"
}