https://github.com/Genaro-Chris/SignalHandler
https://github.com/Genaro-Chris/SignalHandler
Last synced: 6 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T16:01:03.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T22:17:32.722Z (about 1 year ago)
- Language: Swift
- Size: 758 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# SignalHandler
[](https://opensource.org/licenses/Apache-2.0)
[](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 your Package.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.