blob: e0895ea8c0c5fd3a8eb2b4fbefc3515e053e12ab [file] [log] [blame]
{
"name": "TezosKit",
"version": "5.2.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": "5.2.1"
},
"source_files": [
"TezosKit/**/*.swift",
"Extensions/PromiseKit/*.swift"
],
"swift_versions": "5.1",
"platforms": {
"ios": "10.0",
"osx": "10.14"
},
"frameworks": [
"Foundation",
"Security"
],
"dependencies": {
"BigInt": [
"~> 5.0.0"
],
"MnemonicKit": [
"~> 1.3.12"
],
"PromiseKit": [
"~> 6.13.1"
],
"Base58Swift": [
"~> 2.1.10"
],
"CryptoSwift": [
"~> 1.3.0"
],
"Sodium": [
"~> 0.8.0"
],
"secp256k1.swift": [
"~> 0.1.4"
]
},
"ios": {
"dependencies": {
"DTTJailbreakDetection": [
"~> 0.4.0"
]
}
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": [
"Tests/Common/*.swift",
"Tests/TezosKit/*.swift",
"Tests/Extensions/PromiseKit/*.swift"
]
}
],
"swift_version": "5.1"
}