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