[Add] YIM 2.2.1
[CocoaPods.git] / Specs / 1 / c / 3 / BCCrypto / 0.8.1 / BCCrypto.podspec.json
blobb113e3215e92b1b3067d4842aa4a1b43892bf786
2   "name": "BCCrypto",
3   "version": "0.8.1",
4   "summary": "A Swift package that exposes a uniform API for the cryptographic primitives used in higher-level Blockchain Commons projects.",
5   "homepage": "https://github.com/KeystoneHQ/BCSwiftCrypto",
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": "14.0"
15   },
16   "source": {
17     "git": "https://github.com/KeystoneHQ/BCSwiftCrypto.git",
18     "tag": "0.8.1"
19   },
20   "source_files": "Sources/BCCrypto/**/*.swift",
21   "requires_arc": true,
22   "dependencies": {
23     "WolfBase": [
24       "~> 5.3.1"
25     ],
26     "CryptoSwift": [
27       "~> 1.7.1"
28     ],
29     "secp256k1SwiftLib": [
30       "~> 0.8.0"
31     ],
32     "BCWally": [
33       "~> 0.1.0"
34     ],
35     "CryptoBase": [
36       "~> 0.1.0"
37     ],
38     "SSKR": [
39       "~> 0.1.0"
40     ]
41   },
42   "swift_version": "5.6"