[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / c / d / TezosKit / 5.2.0 / TezosKit.podspec.json
blob5110d96177f121a96efcc77c0ad611c4219a4315
2   "name": "TezosKit",
3   "version": "5.2.0",
4   "summary": "TezosKit provides a Swift based toolchain for interacting with the Tezos blockchain",
5   "description": "TezosKit provides utilities for interacting with the Tezos Blockchain over an RPC API.",
6   "homepage": "https://github.com/keefertaylor/TezosKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Keefer Taylor": "keefer@keefertaylor.com"
13   },
14   "source": {
15     "git": "https://github.com/keefertaylor/TezosKit.git",
16     "tag": "5.2.0"
17   },
18   "source_files": [
19     "TezosKit/**/*.swift",
20     "Extensions/PromiseKit/*.swift"
21   ],
22   "swift_versions": "5.1",
23   "platforms": {
24     "ios": "10.0",
25     "osx": "10.14"
26   },
27   "frameworks": [
28     "Foundation",
29     "Security"
30   ],
31   "dependencies": {
32     "BigInt": [
33       "~> 5.0.0"
34     ],
35     "MnemonicKit": [
36       "~> 1.3.12"
37     ],
38     "PromiseKit": [
39       "~> 6.13.1"
40     ],
41     "Base58Swift": [
42       "~> 2.1.10"
43     ],
44     "CryptoSwift": [
45       "~> 1.3.0"
46     ],
47     "Sodium": [
48       "~> 0.8.0"
49     ],
50     "secp256k1.swift": [
51       "~> 0.1.4"
52     ]
53   },
54   "ios": {
55     "dependencies": {
56       "DTTJailbreakDetection": [
57         "~> 0.4.0"
58       ]
59     }
60   },
61   "testspecs": [
62     {
63       "name": "Tests",
64       "test_type": "unit",
65       "source_files": [
66         "Tests/Common/*.swift",
67         "Tests/TezosKit/*.swift",
68         "Tests/Extensions/PromiseKit/*.swift"
69       ]
70     }
71   ],
72   "swift_version": "5.1"