blob: 9b3a0a264ea1fc082ab9bcb911006c212706d359 [file] [log] [blame]
{
"name": "MnemonicKit",
"version": "1.3.4",
"summary": "MnemonicKit provides a Swift implementation of BIP39",
"description": "MnemonicKit provides a Swift implementation of BIP39. \n\nThis library is originally forked from CKMnemonic: https://github.com/CikeQiu/CKMnemonic. Modifications are made for non-throwing APIs and support on OSX as well as iOS. Credit for most of this work is given to work_cocody@hotmail.com, qiuhongyang@askcoin.org.",
"homepage": "https://github.com/keefertaylor/MnemonicKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Keefer Taylor": "keefer@keefertaylor.com"
},
"source": {
"git": "https://github.com/keefertaylor/MnemonicKit.git",
"tag": "1.3.4"
},
"swift_version": "4.2",
"source_files": [
"MnemonicKit/**/*.swift",
"4.2"
],
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"dependencies": {
"CryptoSwift": [
"~> 0.14.0"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/*.swift",
"resources": [
"Tests/*.json"
]
}
]
}