[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / b / f / RingSig / 1.1.0 / RingSig.podspec.json
blobdf13aaf6c698edf554e99698b0d05056ef5b08b1
2   "name": "RingSig",
3   "version": "1.1.0",
4   "summary": "An implementation of a ring signature scheme in Swift.",
5   "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.",
6   "homepage": "https://github.com/FabioTacke/RingSig",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Fabio Tacke": "fabio@tacke.berlin"
13   },
14   "source": {
15     "git": "https://github.com/FabioTacke/RingSig.git",
16     "tag": "v1.1.0"
17   },
18   "social_media_url": "https://twitter.com/FabioTacke",
19   "source_files": "Sources/RingSig/*.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": "4.0.2"