DarwinNotificationCenter
使用 Darwin 通知中心进行进程间通知。
安装
swift
Swift 包管理器
将 DarwinNotificationCenter 添加到您的 Package.swift 依赖项值中。
dependencies: [
.package(url: "https://github.com/jasonnam/DarwinNotificationCenter", from: "0.2.0")
]CocoaPods
将 DarwinNotificationCenter 添加到您的 Podfile。
pod 'DarwinNotificationCenter'许可证
DarwinNotificationCenter采用MIT许可证发布。详细信息请参阅LICENSE。