Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jasonnam/darwinnotificationcenter

Inter-process notification with Darwin notification center.
https://github.com/jasonnam/darwinnotificationcenter

extension ios notification notification-center

Last synced: about 2 months ago
JSON representation

Inter-process notification with Darwin notification center.

Awesome Lists containing this project

README

        

# DarwinNotificationCenter

[![GitHub release](https://img.shields.io/github/release/jasonnam/DarwinNotificationCenter.svg)](https://github.com/jasonnam/DarwinNotificationCenter/releases)
[![CocoaPods](https://img.shields.io/cocoapods/v/DarwinNotificationCenter.svg)](https://cocoapods.org/pods/DarwinNotificationCenter)
[![travis-ci build status](https://travis-ci.com/jasonnam/DarwinNotificationCenter.svg?branch=master)](https://travis-ci.com/jasonnam/DarwinNotificationCenter)

Inter-process notification with Darwin notification center.

## Installation

### Swift

#### Swift Package Manager

Add DarwinNotificationCenter to the dependencies value of your `Package.swift`.

```swift
dependencies: [
.package(url: "https://github.com/jasonnam/DarwinNotificationCenter", from: "0.2.0")
]
```

#### CocoaPods

Add `DarwinNotificationCenter` to your `Podfile`.

```ruby
pod 'DarwinNotificationCenter'
```

## License

DarwinNotificationCenter is released under the MIT license. [See LICENSE](https://github.com/jasonnam/DarwinNotificationCenter/blob/master/LICENSE) for details.