[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 3 / 9 / DCBOR / 0.10.1 / DCBOR.podspec.json
blobb7ea8a67d1e482ab147d9f0eb4ced3d3800bf44e
2   "name": "DCBOR",
3   "version": "0.10.1",
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.1"
19   },
20   "source_files": "Sources/DCBOR/*.swift",
21   "requires_arc": true,
22   "dependencies": {
23     "WolfBase": [
24       "~> 5.3.2"
25     ],
26     "BCFloat16": [
27       "~> 0.3.0"
28     ],
29     "SwiftOrderedCollections": [
30       "~> 1.0.4"
31     ],
32     "SortedCollections": [
33       "~> 1.1.0"
34     ]
35   },
36   "swift_version": "5.6"