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