[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / c / d / TezosKit / 4.4.2 / TezosKit.podspec.json
blob612a26b48da2e1980af32cb9ec301b9e8348409c
2   "name": "TezosKit",
3   "version": "4.4.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": "4.4.2"
17   },
18   "source_files": [
19     "TezosKit/**/*.swift",
20     "Extensions/PromiseKit/*.swift"
21   ],
22   "swift_versions": "4.2",
23   "platforms": {
24     "ios": "10.0",
25     "osx": "10.14"
26   },
27   "frameworks": "Foundation",
28   "dependencies": {
29     "BigInt": [
31     ],
32     "MnemonicKit": [
34     ],
35     "PromiseKit": [
37     ],
38     "Base58Swift": [
39       "~> 2.1.0"
40     ],
41     "CryptoSwift": [
42       "~> 0.14.0"
43     ],
44     "Sodium": [
45       "~> 0.8.0"
46     ],
47     "secp256k1.swift": [
49     ]
50   },
51   "testspecs": [
52     {
53       "name": "Tests",
54       "test_type": "unit",
55       "source_files": [
56         "Tests/Common/*.swift",
57         "Tests/TezosKit/*.swift",
58         "Tests/Extensions/PromiseKit/*.swift"
59       ]
60     }
61   ],
62   "swift_version": "4.2"