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