[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 9 / e / Identifier / 1.0.0 / Identifier.podspec.json
blob7dd07cfc3c9e0b5a2daf4ab360d7eba33bd56910
2   "name": "Identifier",
3   "version": "1.0.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": "Matt Rubin",
12   "source": {
13     "git": "https://github.com/mattrubin/Identifier.git",
14     "tag": "1.0.0"
15   },
16   "source_files": "Sources/Identifier/**/*.swift",
17   "frameworks": "Foundation",
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   }