Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.06 KB

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.