blob: 4336f7661e804da3883511e6857746aff46db0e9 [file] [log] [blame]
{
"name": "Shamir39Swift",
"version": "0.2.3",
"summary": "This is a tool for Shamir39 on iOS.",
"swift_versions": "4.0",
"description": "This is a tool for Shamir39 on iOS. This ported Swift from Javascript Shamir39(https://github.com/iancoleman/shamir39).",
"homepage": "https://github.com/boxergom/Shamir39Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"boxergom": "ms.kang@bono.tech"
},
"source": {
"git": "https://github.com/boxergom/Shamir39Swift.git",
"tag": "0.2.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/*.swift",
"dependencies": {
"BigInt": [
"~> 5.0"
]
},
"swift_version": "4.0"
}