https://github.com/jasonnam/darwinnotificationcenter
Inter-process notification with Darwin notification center.
https://github.com/jasonnam/darwinnotificationcenter
extension ios notification notification-center
Last synced: 4 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-01T15:27:34.000Z (over 5 years ago)
- Last Synced: 2025-02-23T05:35:46.825Z (5 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
[](https://github.com/jasonnam/DarwinNotificationCenter/releases)
[](https://cocoapods.org/pods/DarwinNotificationCenter)
[](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.