blob: 1241f6f49cf08bf172bfdbfa43e12fb4b9f48f14 [file] [log] [blame]
{
"name": "PVSS",
"version": "1.0.2",
"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.2"
},
"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"
}