blob: 36cba69538987d9dc3f793451c005e2d182f5c59 [file] [log] [blame]
{
"name": "TezosKit",
"version": "4.3.1",
"summary": "TezosKit provides a Swift based toolchain for interacting with the Tezos blockchain",
"description": "TezosKit provides utilities for interacting with the Tezos Blockchain over an RPC API.",
"homepage": "https://github.com/keefertaylor/TezosKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Keefer Taylor": "keefer@keefertaylor.com"
},
"source": {
"git": "https://github.com/keefertaylor/TezosKit.git",
"tag": "4.3.1"
},
"source_files": [
"TezosKit/**/*.swift",
"Extensions/PromiseKit/*.swift"
],
"swift_versions": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.14"
},
"frameworks": "Foundation",
"dependencies": {
"BigInt": [
],
"MnemonicKit": [
],
"PromiseKit": [
],
"Base58Swift": [
"~> 2.1.0"
],
"CryptoSwift": [
"~> 0.14.0"
],
"Sodium": [
"~> 0.8.0"
],
"secp256k1.swift": [
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": [
"Tests/Common/*.swift",
"Tests/TezosKit/*.swift",
"Tests/Extensions/PromiseKit/*.swift"
]
}
],
"swift_version": "4.2"
}