[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / 9 / b / URKit / 10.0.0 / URKit.podspec.json
blobea674e73f98c456fe7237aacb8feb18b7099cb5a
2   "name": "URKit",
3   "version": "10.0.0",
4   "summary": "UR (Uniform Resources) reference framework for Swift",
5   "description": "An iOS framework for encoding and decoding URs (Uniform Resources)",
6   "homepage": "https://github.com/KeystoneHQ/URKit.git",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE.md"
10   },
11   "authors": "Keystone",
12   "social_media_url": "https://twitter.com/KeystoneWallet",
13   "swift_versions": "5.6",
14   "platforms": {
15     "ios": "14.0"
16   },
17   "source": {
18     "git": "https://github.com/KeystoneHQ/URKit.git",
19     "tag": "10.0.0"
20   },
21   "source_files": "Sources/URKit/**/*.swift",
22   "requires_arc": true,
23   "dependencies": {
24     "DCBOR": [
25       "~> 0.9.2"
26     ],
27     "BCCrypto": [
28       "~> 0.8.1"
29     ]
30   },
31   "swift_version": "5.6"