blob: 780675e003cdfec1cc58cfe8e6c7c4c39a35fbea [file] [log] [blame]
{
"name": "Identifier",
"version": "1.1.0",
"summary": "Unique, strongly-typed identifiers in Swift.",
"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.",
"homepage": "https://github.com/mattrubin/Identifier",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Matt Rubin",
"source": {
"git": "https://github.com/mattrubin/Identifier.git",
"tag": "1.1.0"
},
"source_files": "Sources/Identifier/**/*.swift",
"frameworks": "Foundation",
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
}
}