blob: b17a01c1a871a27241c761b0496f5b9e129b613c [file] [log] [blame]
{
"name": "RingSig",
"version": "1.0.0",
"summary": "An implementation of a ring signature scheme in Swift.",
"description": "The library implements a ring signature scheme in Swift. The algorithm is based on \"How to leak a secret\" (2001) by Rivest et al.",
"homepage": "https://github.com/FabioTacke/RingSig",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fabio Tacke": "fabio@tacke.berlin"
},
"source": {
"git": "https://github.com/FabioTacke/RingSig.git",
"tag": "v1.0.0"
},
"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"
}