[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 1 / b / 4 / DDMEventBus / 2.1.0 / DDMEventBus.podspec.json
blobab7c793bbb85e10c26af17a5bd6cb34b6517b930
2   "name": "DDMEventBus",
3   "version": "2.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Author": "https://github.com/dadameng"
13   },
14   "source": {
15     "git": "https://github.com/dadameng/EventBus.git",
16     "tag": "2.1.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "DDMEventBus/**/*.{h,m,swift}",
22   "public_header_files": "DDMEventBus/**/*.h",
23   "frameworks": "Foundation",
24   "requires_arc": true,
25   "static_framework": false,
26   "module_name": "DDMEventBus",
27   "swift_versions": "5.0",
28   "swift_version": "5.0"