[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 4 / a / f / TezosCrypto / 2.1.3 / TezosCrypto.podspec.json
blob789bfec27b7ec0c919502cdfbdeddf5857d9da11
2   "name": "TezosCrypto",
3   "version": "2.1.3",
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.1.3"
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   "testspecs": [
44     {
45       "name": "Tests",
46       "test_type": "unit",
47       "source_files": "TezosCryptoTests/*.swift"
48     }
49   ],
50   "swift_version": "4.2"