blob: e38cb98f1c97ce68dca2d8713e6d1aece907c722 [file] [log] [blame]
{
"name": "PVSS",
"version": "1.0.6",
"summary": "An implementation of Publicly Verifiably Secret Sharing (PVSS) in Swift.",
"description": "The library implements a PVSS scheme in Swift. The algorithm is based on \"A Simple Publicly Verifiable Secret Sharing Scheme and its Application to Electronic Voting\" by Berry Schoenmakers.",
"homepage": "https://github.com/FabioTacke/PubliclyVerifiableSecretSharing",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Fabio Tacke": "fabio@tacke.berlin"
},
"source": {
"git": "https://github.com/FabioTacke/PubliclyVerifiableSecretSharing.git",
"tag": "v1.0.6"
},
"social_media_url": "https://twitter.com/FabioTacke",
"source_files": "Sources/*.swift",
"dependencies": {
"BigInt": [
],
"CryptoSwift": [
]
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "3.0"
},
"pushed_with_swift_version": "3.0"
}