[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / b / 4 / DDMEventBus / 1.1.2 / DDMEventBus.podspec.json
blobc57892ac20ac5e6b6e77a5e5b5f4c55eb72885d2
2   "name": "DDMEventBus",
3   "version": "1.1.2",
4   "summary": "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.",
6   "homepage": "https://github.com/dadameng/EventBus",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dadameng": "email@example.com"
13   },
14   "source": {
15     "git": "https://github.com/dadameng/EventBus.git",
16     "tag": "1.1.2"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "Sources/**/*",
23   "requires_arc": true,
24   "swift_version": "5.0"