[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / a / f / TezosCrypto / 2.0.1 / TezosCrypto.podspec.json
blobe9ecc3872a21b6785980806c60c82887fea4135d
2   "name": "TezosCrypto",
3   "version": "2.0.1",
4   "summary": "TezosCrypto implements cryptography functions for the Tezos Blockchain.",
5   "homepage": "https://github.com/keefertaylor/TezosCrypto",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Keefer Taylor": "keefer@keefertaylor.com"
12   },
13   "source": {
14     "git": "https://github.com/keefertaylor/TezosCrypto.git",
15     "tag": "2.0.1"
16   },
17   "source_files": [
18     "TezosCrypto/*.swift",
19     "Base58String/*.swift"
20   ],
21   "swift_versions": "4.2",
22   "platforms": {
23     "ios": "10.0",
24     "osx": "10.14"
25   },
26   "dependencies": {
27     "Base58Swift": [
28       "~> 2.1.0"
29     ],
30     "BigInt": [
31       "~> 3.1"
32     ],
33     "CryptoSwift": [
34       "~> 0.14.0"
35     ],
36     "Sodium": [
37       "~> 0.8.0"
38     ],
39     "MnemonicKit": [
40       "~> 1.3.7"
41     ]
42   },
43   "swift_version": "4.2",
44   "testspecs": [
45     {
46       "name": "Tests",
47       "test_type": "unit",
48       "source_files": "TezosCryptoTests/*.swift"
49     }
50   ]