4 "summary": "EventBus is a lightweight, protocol-oriented event bus framework for Swift.",
5 "description": "EventBus is a lightweight, protocol-oriented event bus framework for Swift. It facilitates communication between components in an application without requiring the components to have direct references to each other, which helps in reducing coupling and enhancing modularity.",
6 "homepage": "https://github.com/dadameng/EventBus",
12 "Author": "https://github.com/dadameng"
15 "git": "https://github.com/dadameng/EventBus.git",
21 "source_files": "DDMEventBus/**/*.{h,m,swift}",
22 "public_header_files": "DDMEventBus/**/*.h",
23 "frameworks": "Foundation",
25 "static_framework": false,
26 "module_name": "DDMEventBus",
27 "swift_versions": "5.0",
28 "swift_version": "5.0"