rhysforyou/swift-case-accessors
[Swift Package Index listing](https://swiftpackageindex.com/rhysforyou/swift-case-accessors) • [Documentation](https://swiftpackageindex.com/rhysforyou/swift-case-accessors/main/documentation/caseaccessors) • [Compatibility](https://swiftpackageindex.com/rhysforyou/swift-case-acc
Installation
Add the following to your Package.swift
let package = Package(
// name, platforms, products, etc.
dependencies: [
// other dependencies
.package(url: "https://github.com/rhysforyou/swift-case-accessors", "0.1.0"..<"0.2.0"),
],
targets: [
.target(
name: "MyTarget",
dependencies: ["CaseAccessors"]),
]
)Package Metadata
Repository: rhysforyou/swift-case-accessors
Default branch: main
README: README.md