Contents

uuid25/swift-uuid25

Uuid25 is an alternative UUID representation that shortens a UUID string to just

Add swift-uuid25 as a package dependency

To add this library to your Xcode project as a dependency, select File > Add Packages and enter the package URL: https://github.com/uuid25/swift-uuid25

To use this library in a SwiftPM project, add the following line to the dependencies in your Package.swift file:

.package(url: "https://github.com/uuid25/swift-uuid25", from: "<version>"),

And, include Uuid25 as a dependency for your target:

.target(
  name: "<target>",
  dependencies: [.product(name: "Uuid25", package: "swift-uuid25")]
)

License

Licensed under the Apache License, Version 2.0.

See also

Package Metadata

Repository: uuid25/swift-uuid25

Default branch: main

README: README.md