[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / c / 5 / 2hire-K1 / 0.0.3 / 2hire-K1.podspec.json
bloba2bed6249d5d7cdca23d6671025ec1745b69b13b
2   "name": "2hire-K1",
3   "version": "0.0.3",
4   "summary": "secp256k1 Elliptic Curve in Swift.",
5   "swift_versions": "5",
6   "module_name": "K1",
7   "description": "K1 is Swift wrapper around libsecp256k1 (bitcoin-core/secp256k1), offering ECDSA, Schnorr (BIP340) and ECDH features.",
8   "homepage": "https://github.com/2hire/BLEIntSDK/blob/v0.0.3/packages/sdk/ios/K1",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "2hire": "info@2hire.io"
15   },
16   "source": {
17     "git": "https://github.com/2hire/BLEIntSDK.git",
18     "tag": "v0.0.3",
19     "submodules": true
20   },
21   "platforms": {
22     "ios": "13.0"
23   },
24   "dependencies": {
25     "2hire-secp256k1": [
26       "0.0.3"
27     ],
28     "BigInt": [
29       "~> 5.2"
30     ]
31   },
32   "frameworks": "CryptoKit",
33   "source_files": [
34     "packages/sdk/ios/K1/Classes/**/*"
35   ],
36   "swift_version": "5"