blob: 8c5b1ee28cbe23cc8df21810f7dc1608809b7db2 [file] [log] [blame]
{
"name": "MnemonicSwift",
"version": "2.0.0",
"summary": "A Swift implementation of BIP39 Mnemonics",
"description": "MnemonicSwift provides a Swift implementation of BIP39 using CriptoKit\n\nThis library is originally forked from MnemonicSwift: https://github.com/keefertaylor/MnemonicSwift",
"homepage": "https://github.com/zcash-hackworks/MnemonicSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Francisco Gindre": "francisco.gindre@gmail.com"
},
"source": {
"git": "https://github.com/zcash-hackworks/MnemonicSwift.git",
"tag": "2.0.0"
},
"swift_versions": "5.1",
"source_files": [
"MnemonicSwift/**/*.swift",
"5.1"
],
"platforms": {
"ios": "13.0",
"osx": "10.15"
},
"frameworks": "CryptoKit",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/*.swift",
"resources": [
"Tests/*.json"
]
}
],
"swift_version": "5.1"
}