Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Genaro-Chris/SignalHandler
https://github.com/Genaro-Chris/SignalHandler
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Genaro-Chris/SignalHandler
- Owner: Genaro-Chris
- License: apache-2.0
- Created: 2022-10-30T01:24:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T16:01:03.000Z (9 months ago)
- Last Synced: 2024-07-05T13:37:17.363Z (4 months ago)
- Language: Swift
- Size: 758 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# SignalHandler
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FGenaro-Chris%2FSignalHandler%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/Genaro-Chris/SignalHandler)## Requirements
**macOS** 10.10+ / **Ubuntu** 16.04+ with
working installation of **Swift 5.8+**## Installation
Swift Package Manager
You can use The Swift Package Manager to install
SignalHandler
by adding the proper description to yourPackage.swift
file:
import PackageDescription
let package = Package(
name: "YOUR_PROJECT_NAME",
targets: [],
dependencies: [
.package(url: "https://github.com/Genaro-Chris/SignalHandler.git", branch: "main")
]
)Next, add
SignalHandler
to your targets dependencies like this:.target( name: "YOUR_TARGET_NAME", dependencies: [ "SignalHandler", ] ),
Then run
swift package update
.## Documentation
For a better documentation of this swift package. Visit [here](https://genaro-chris.github.io/SignalHandler/documentation/signalhandler)## License
SignalHandler is released under Apache-2.0 license. See [License](https://github.com/Genaro-Chris/SignalHandler/blob/main/license.txt) for more information.