blob: c58ca8214099be7c029e497d326bebabb4139679 [file] [log] [blame]
{
"name": "Ed25519HDKeySwift",
"version": "1.2.0",
"summary": "Key Derivation for ed25519 written in swift",
"description": "Key Derivation for ed25519 written in pure Swift, inspired by alepop/ed25519-hd-key",
"homepage": "https://github.com/p2p-org/Ed25519HDKeySwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chung Tran": "bigearsenal@gmail.com"
},
"source": {
"git": "https://github.com/p2p-org/Ed25519HDKeySwift.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.0",
"source_files": "Ed25519HDKeySwift/Classes/**/*",
"dependencies": {
"TweetNacl": [
],
"CryptoSwift": [
]
},
"swift_version": "5.0"
}