blob: e865ea6208e5ba8fc9df3b23e2ccdc4d1716ab9b [file] [log] [blame]
{
"name": "SwiftySSS",
"version": "0.0.1",
"summary": "A pure Swift implementation of Shamir's Secret Sharing scheme.",
"description": "A swift implementation of Shamir's Secret Sharing over GF(2^8).",
"homepage": "https://github.com/pixelplex-mobile/SwiftySSS.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fedorenko Nikita": "n.fedorenko@pixelplex.io"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/pixelplex-mobile/SwiftySSS.git",
"tag": "0.0.1"
},
"source_files": "SwiftySSS/**/*.{h,m,swift}"
}