blob: c5b5eede811f0a390398e1dec929bec94b8fc64b [file] [log] [blame]
{
"name": "MnemonicKit",
"version": "1.3.2",
"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.2"
},
"exclude_files": "Sources/App/*.swift",
"source_files": [
"MnemonicKit/**/*.swift",
"Sources/App/*.swift"
],
"swift_version": "4.2",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"dependencies": {
"CryptoSwift": [
"~> 0.13.1"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "MnemonicKitTests/*.swift",
"resources": [
"MnemonicKitTests/*.json"
]
}
]
}