[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / c / d / TezosKit / 1.2.2 / TezosKit.podspec.json
blobaf3f85b6612e2dca62111af01fcb13a8d2a1484d
2   "name": "TezosKit",
3   "version": "1.2.2",
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": "1.2.2"
17   },
18   "source_files": [
19     "TezosKit/**/*.swift",
20     "Base58String/*.swift"
21   ],
22   "swift_version": "4.2",
23   "platforms": {
24     "ios": "8.0",
25     "osx": "10.10"
26   },
27   "dependencies": {
28     "BigInt": [
29       "~> 3.1"
30     ],
31     "MnemonicKit": [
33     ],
34     "Sodium": [
35       "~> 0.7.0"
36     ]
37   },
38   "testspecs": [
39     {
40       "name": "Tests",
41       "test_type": "unit",
42       "source_files": "Tests/*.swift"
43     }
44   ]