[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 3 / c / f / PVSS / 1.0.2 / PVSS.podspec.json
blob1241f6f49cf08bf172bfdbfa43e12fb4b9f48f14
2   "name": "PVSS",
3   "version": "1.0.2",
4   "summary": "An implementation of Publicly Verifiably Secret Sharing (PVSS) in Swift.",
5   "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.",
6   "homepage": "https://github.com/FabioTacke/PubliclyVerifiableSecretSharing",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Fabio Tacke": "fabio@tacke.berlin"
13   },
14   "source": {
15     "git": "https://github.com/FabioTacke/PubliclyVerifiableSecretSharing.git",
16     "tag": "v1.0.2"
17   },
18   "social_media_url": "https://twitter.com/FabioTacke",
19   "source_files": "Sources/*.swift",
20   "dependencies": {
21     "BigInt": [
23     ],
24     "CryptoSwift": [
26     ]
27   },
28   "platforms": {
29     "ios": "8.0",
30     "osx": "10.10",
31     "tvos": "9.0",
32     "watchos": "3.0"
33   },
34   "pushed_with_swift_version": "3.0"