Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jasonnam/darwinnotificationcenter
- Owner: jasonnam
- License: mit
- Created: 2019-09-25T13:54:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-01T15:27:34.000Z (almost 5 years ago)
- Last Synced: 2024-10-28T13:34:13.621Z (3 months ago)
- Topics: extension, ios, notification, notification-center
- Language: Swift
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.