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