blob: 789bfec27b7ec0c919502cdfbdeddf5857d9da11 [file] [log] [blame]
{
"name": "TezosCrypto",
"version": "2.1.3",
"summary": "TezosCrypto implements cryptography functions for the Tezos Blockchain.",
"homepage": "https://github.com/keefertaylor/TezosCrypto",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Keefer Taylor": "keefer@keefertaylor.com"
},
"source": {
"git": "https://github.com/keefertaylor/TezosCrypto.git",
"tag": "2.1.3"
},
"source_files": [
"TezosCrypto/*.swift",
"Base58String/*.swift"
],
"swift_versions": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.14"
},
"dependencies": {
"Base58Swift": [
"~> 2.1.0"
],
"BigInt": [
"~> 3.1"
],
"CryptoSwift": [
"~> 0.14.0"
],
"Sodium": [
"~> 0.8.0"
],
"MnemonicKit": [
"~> 1.3.7"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "TezosCryptoTests/*.swift"
}
],
"swift_version": "4.2"
}