[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / c / d / TezosKit / 4.2.0 / TezosKit.podspec.json
blobb8ea3dfb2cb76860aaf6a412a17a5d62bc89d2a8
2   "name": "TezosKit",
3   "version": "4.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": "4.2.0"
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     "TezosCrypto": [
37     ],
38     "PromiseKit": [
40     ]
41   },
42   "testspecs": [
43     {
44       "name": "Tests",
45       "test_type": "unit",
46       "source_files": [
47         "Tests/Common/*.swift",
48         "Tests/TezosKit/*.swift",
49         "Tests/Extensions/PromiseKit/*.swift"
50       ]
51     }
52   ],
53   "swift_version": "4.2"