项目作者: jasonnam

项目描述 :
Inter-process notification with Darwin notification center.
高级语言: Swift
项目地址: git://github.com/jasonnam/DarwinNotificationCenter.git
创建时间: 2019-09-25T13:54:22Z
项目社区:https://github.com/jasonnam/DarwinNotificationCenter

开源协议:MIT License

下载


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.

  1. dependencies: [
  2. .package(url: "https://github.com/jasonnam/DarwinNotificationCenter", from: "0.2.0")
  3. ]

CocoaPods

Add DarwinNotificationCenter to your Podfile.

  1. pod 'DarwinNotificationCenter'

License

DarwinNotificationCenter is released under the MIT license. See LICENSE for details.