4 "summary": "Unique, strongly-typed identifiers in Swift.",
5 "description": "`Identifier` is a generic struct backed by a UUID, which can be specialized for the model type it identifies and provides unique, decentralized identity in a value type. It is Equatable, Hashable, and Codable, serializing to a simple UUID string.",
6 "homepage": "https://github.com/mattrubin/Identifier",
11 "authors": "Matt Rubin",
13 "git": "https://github.com/mattrubin/Identifier.git",
16 "source_files": "Sources/Identifier/**/*.swift",
17 "frameworks": "Foundation",
18 "swift_versions": "5.0",