https://github.com/ihorshevchuk/spdlog-spm
Fast C++ logging library now in Swift Package Manager
https://github.com/ihorshevchuk/spdlog-spm
cpp spdlog spdlog-wrapper swift swift-package-manager
Last synced: 22 days ago
JSON representation
Fast C++ logging library now in Swift Package Manager
- Host: GitHub
- URL: https://github.com/ihorshevchuk/spdlog-spm
- Owner: IhorShevchuk
- License: mit
- Created: 2024-02-16T19:01:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-24T23:54:46.000Z (4 months ago)
- Last Synced: 2026-01-25T12:42:51.919Z (4 months ago)
- Topics: cpp, spdlog, spdlog-wrapper, swift, swift-package-manager
- Language: Swift
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spdlog
[](https://github.com/IhorShevchuk/spdlog-spm/actions/workflows/buiild.yml)
A free and open source speech synthesizer with support for a lot languages now available for Swift Package Manager
# Usage
Add package as dependecy to your project
```swift
.package(url: "https://github.com/IhorShevchuk/spdlog-spm",
.upToNextMajor(from: "1.13.0")),
```