blob: 89be23c1fefb74042678bb0dc20924427d50abed [file] [log] [blame]
{
"name": "Base58Swift",
"version": "2.1.4",
"summary": "A pure swift implementation of base58 string encoding and decoding.",
"description": "A pure swift implementation of base58 string encoding and decoding. Based off of https://github.com/jbenet/go-base58.",
"homepage": "https://github.com/keefertaylor/Base58Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Keefer Taylor": "keefer@keefertaylor.com"
},
"source": {
"git": "https://github.com/keefertaylor/Base58Swift.git",
"tag": "2.1.4"
},
"source_files": "Base58Swift/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"dependencies": {
"BigInt": [
"~> 3.1"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Base58SwiftTests/*.swift"
}
],
"swift_version": "4.2"
}