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