[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / c / d / TezosKit / 4.0.0 / TezosKit.podspec.json
blob9347a12cefa4940e271cbdcce9f36f0cb9d3419c
2   "name": "TezosKit",
3   "version": "4.0.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": "4.0.0"
17   },
18   "source_files": "TezosKit/**/*.swift",
19   "swift_versions": "4.2",
20   "platforms": {
21     "ios": "10.0",
22     "osx": "10.14"
23   },
24   "default_subspecs": [
25     "TezosKitCore",
26     "TezosKitPromises"
27   ],
28   "swift_version": "4.2",
29   "testspecs": [
30     {
31       "name": "Tests",
32       "test_type": "unit",
33       "source_files": [
34         "Tests/*.swift",
35         "Tests/TezosKit/*.swift",
36         "Tests/Extensions/PromiseKit/*.swift"
37       ]
38     }
39   ],
40   "subspecs": [
41     {
42       "name": "TezosKitCore",
43       "source_files": "TezosKit/**/*.swift",
44       "frameworks": "Foundation",
45       "platforms": {
46         "ios": "10.0",
47         "osx": "10.14"
48       },
49       "dependencies": {
50         "BigInt": [
52         ],
53         "MnemonicKit": [
55         ],
56         "TezosCrypto": [
57           "2.1.1"
58         ]
59       }
60     },
61     {
62       "name": "TezosKitPromises",
63       "source_files": "Extensions/PromiseKit/*.swift",
64       "frameworks": "Foundation",
65       "platforms": {
66         "ios": "10.0",
67         "osx": "10.14"
68       },
69       "dependencies": {
70         "TezosKit/TezosKitCore": [
72         ],
73         "PromiseKit": [
75         ]
76       }
77     }
78   ]