blob: 3207d52c7792e28575a282501c7e999f42ad985f [file] [log] [blame]
{
"name": "TezosCrypto",
"version": "1.0.1",
"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": "1.0.1"
},
"source_files": [
"TezosCrypto/*.swift",
"Base58String/*.swift"
],
"swift_version": "4.2",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"dependencies": {
"Base58Swift": [
"~> 1.0.2"
],
"BigInt": [
"~> 3.1"
],
"CryptoSwift": [
"~> 0.14.0"
],
"Sodium": [
"~> 0.7.0"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "TezosCryptoTests/*.swift"
}
]
}