[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / 9 / DCBOR / 0.10.0 / DCBOR.podspec.json
blob0fd508b457fb95c621c8d497316116f18c72426d
2   "name": "DCBOR",
3   "version": "0.10.0",
4   "summary": "A pure Swift CBOR codec that focuses on writing and parsing deterministic CBOR per ยง4.2 of RFC-8949.",
5   "homepage": "https://github.com/KeystoneHQ/BCSwiftDCBOR",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": "Keystone",
11   "social_media_url": "https://twitter.com/KeystoneWallet",
12   "swift_versions": "5.6",
13   "platforms": {
14     "ios": "13.0"
15   },
16   "source": {
17     "git": "https://github.com/KeystoneHQ/BCSwiftDCBOR.git",
18     "tag": "0.10.0"
19   },
20   "source_files": "Sources/DCBOR/*.swift",
21   "requires_arc": true,
22   "dependencies": {
23     "WolfBase": [
24       "~> 5.3.1"
25     ],
26     "BCFloat16": [
27       "~> 0.3.0"
28     ],
29     "OrderedCollections": [
30       "~> 1.0.4"
31     ],
32     "SortedCollections": [
33       "~> 1.1.0"
34     ]
35   },
36   "swift_version": "5.6"