[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / c / d / TezosKit / 3.0.1 / TezosKit.podspec.json
blob3214dc2f87224b182f39e5df2097e4f5a65f1a53
2   "name": "TezosKit",
3   "version": "3.0.1",
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": "3.0.1"
17   },
18   "source_files": "TezosKit/**/*.swift",
19   "swift_versions": "4.2",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.11"
23   },
24   "default_subspecs": [
25     "TezosKitCore",
26     "TezosKitPromises"
27   ],
28   "testspecs": [
29     {
30       "name": "Tests",
31       "test_type": "unit",
32       "source_files": [
33         "Tests/*.swift",
34         "Tests/TezosKit/*.swift",
35         "Tests/Extensions/PromiseKit/*.swift"
36       ]
37     }
38   ],
39   "subspecs": [
40     {
41       "name": "TezosKitCore",
42       "source_files": "TezosKit/**/*.swift",
43       "frameworks": "Foundation",
44       "platforms": {
45         "ios": "8.0",
46         "osx": "10.11"
47       },
48       "dependencies": {
49         "BigInt": [
51         ],
52         "MnemonicKit": [
54         ],
55         "TezosCrypto": [
57         ],
58         "Sodium": [
59           "~> 0.8.0"
60         ]
61       }
62     },
63     {
64       "name": "TezosKitPromises",
65       "source_files": "Extensions/PromiseKit/*.swift",
66       "frameworks": "Foundation",
67       "platforms": {
68         "ios": "8.0",
69         "osx": "10.11"
70       },
71       "dependencies": {
72         "TezosKit/TezosKitCore": [
74         ],
75         "PromiseKit": [
77         ],
78         "Sodium": [
79           "~> 0.8.0"
80         ]
81       }
82     }
83   ]