| Platform | Minimum Swift Version | Installation |
|---|---|---|
| iOS 15.0+ / macOS 12+ | 5.5 | Swift Package Manager |
File->Add Packages...And paste the repository URL.- Or add it to the
dependenciesvalue of yourPackage.swift.
dependencies: [
.package(url: "https://github.com/Team-B1ND/dds-ios.git", .branch("main"))
]