[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / a / 5 / 3 / SwiftySSS / 0.0.1 / SwiftySSS.podspec.json
blobe865ea6208e5ba8fc9df3b23e2ccdc4d1716ab9b
2   "name": "SwiftySSS",
3   "version": "0.0.1",
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/pixelplex-mobile/SwiftySSS.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Fedorenko Nikita": "n.fedorenko@pixelplex.io"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/pixelplex-mobile/SwiftySSS.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "SwiftySSS/**/*.{h,m,swift}"