[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / c / 9 / EncryptingSwift / 1.0.0 / EncryptingSwift.podspec.json
blob2848eca9e6d01e8b32e78b2b172e2da5ecc57345
2   "name": "EncryptingSwift",
3   "version": "1.0.0",
4   "summary": "Encrypting library in Swift",
5   "homepage": "https://github.com/sublabdev/encrypting-swift",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Substrate Laboratory LLC": "info@sublab.dev"
12   },
13   "source": {
14     "git": "https://github.com/sublabdev/encrypting-swift.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "13.0"
19   },
20   "source_files": "EncryptingSwift/Classes/**/*",
21   "dependencies": {
22     "CommonSwift": [
23       "~> 1.0.0"
24     ],
25     "HashingSwift": [
26       "~> 1.0.0"
27     ],
28     "secp256k1.swift": [
29       "~> 0.1.4"
30     ],
31     "ed25519swift": [
32       "~> 1.2.8"
33     ],
34     "Sr25519": [
35       "~> 0.1.3"
36     ],
37     "Bip39.swift": [
38       "~> 0.1.1"
39     ],
40     "UncommonCrypto": [
41       "~> 0.1.3"
42     ]
43   }