DarwinNotificationCenter 0.2.0

DarwinNotificationCenter 0.2.0

Maintained by Jason Nam.



  • By
  • Jason Nam

DarwinNotificationCenter

GitHub release CocoaPods travis-ci build status

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.