[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 9 / d / e / Shamir39Swift / 0.2.7 / Shamir39Swift.podspec.json
blobb06bb9ea5a8b72cfb2047cce90579e4f38aa2251
2   "name": "Shamir39Swift",
3   "version": "0.2.7",
4   "summary": "This is a tool for Shamir39 on iOS.",
5   "swift_versions": "4.0",
6   "description": "This is a tool for Shamir39 on iOS. This ported Swift from Javascript Shamir39(https://github.com/iancoleman/shamir39).",
7   "homepage": "https://github.com/boxergom/Shamir39Swift",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "boxergom": "ms.kang@bono.tech"
14   },
15   "source": {
16     "git": "https://github.com/boxergom/Shamir39Swift.git",
17     "tag": "0.2.7"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Sources/*.swift",
23   "dependencies": {
24     "BigInt": [
25       "~> 5.0"
26     ]
27   },
28   "swift_version": "4.0"