blob: 753601ea91cd74571c25acea5c9035a92f209a0f [file] [log] [blame]
{
"name": "MerkleTools",
"version": "1.0.2",
"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": "11.0"
},
"swift_versions": "5.1.2",
"source": {
"git": "https://github.com/vaultie/merkle-tools-swift.git",
"tag": "1.0.2"
},
"source_files": "MerkleTools/**/*.{h,m,swift}",
"swift_version": "5.1.2"
}