[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / 2 / SSKSwift / 1.0.0 / SSKSwift.podspec.json
blob84bfe0207eed53f40149270b6ccc0000f9cf7b8f
2   "name": "SSKSwift",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
8   "homepage": "https://github.com/dhruv500",
9   "authors": {
10     "Dhruv Jaiswal": "dhruvjaiswal5@gmail.com"
11   },
12   "summary": "A simple Swift implementation of Shamirs Secret Sharing scheme. SSKSwift is a library that exposes an API to split secret Integer into a number of different shares. With the possession of some or all of these shares, the original secret can be restored.",
13   "source": {
14     "git": "https://github.com/dhruv500/SSKSwift.git",
15     "tag": "1.0.0"
16   },
17   "module_name": "SSKSwift",
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "source_files": "Sources/SSKSwift/*.swift",
23   "swift_version": "5.0"