[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / 2 / 0 / SwiftSSS / 0.2 / SwiftSSS.podspec.json
blob3abcf6e49e55fa41100a76c10ce3c0f06d692f71
2   "name": "SwiftSSS",
3   "version": "0.2",
4   "summary": "A pure Swift implementation of Shamir's Secret Sharing scheme.",
5   "description": "A swift implementation of Shamir's Secret Sharing over GF(2^8).",
6   "homepage": "https://github.com/sourav-bz/SwiftySSS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sourav_bz": "https://twitter.com/sourav_bz"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/sourav-bz/SwiftySSS.git",
20     "tag": "0.2"
21   },
22   "source_files": "SwiftySSS/**/*.{h,m,swift}",
23   "swift_version": "5.0"