blob: c724063cec2eec6b1e56d3e59d3c90d0381528f4 [file] [log] [blame]
{
"name": "Shamir39Swift",
"version": "0.2.1",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Shamir39Swift/Classes/**/*",
"dependencies": {
"BigInt": [
"~> 5.0"
]
},
"swift_version": "4.0"
}