DarwinNotificationCenter
Inter-process notification with Darwin notification center.
Installation
Swift
Swift Package Manager
Add DarwinNotificationCenter to the dependencies value of your Package.swift.
dependencies: [
.package(url: "https://github.com/jasonnam/DarwinNotificationCenter", from: "0.2.0")
]CocoaPods
Add DarwinNotificationCenter to your Podfile.
pod 'DarwinNotificationCenter'License
DarwinNotificationCenter is released under the MIT license. See LICENSE for details.