blob: d22187e99891af98e1b33cceadba0018156abca7 [file] [log] [blame]
{
"name": "PVSS",
"version": "1.0.5",
"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.5"
},
"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"
}