blob: cbaad58e830a81096f580515095336be7c0d69ed [file] [log] [blame]
{
"name": "MerkleTools",
"version": "0.0.1",
"summary": "Merkle tools written in Swift",
"description": "This CocoaPods library provide tools to perform actions on Merkle trees. Such as tree generation, proof calculation, proof vaildation and others.",
"homepage": "https://github.com/vaultie/merkle-tools-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nikita Plakhotin": "nikita.plakhotin@gmail.com"
},
"platforms": {
"ios": "12.1"
},
"swift_versions": "5.1.2",
"source": {
"git": "https://github.com/vaultie/merkle-tools-swift.git",
"tag": "0.0.1"
},
"source_files": "MerkleTools/**/*.{h,m,swift}",
"swift_version": "5.1.2"
}