[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / 9 / a / Substrate-Keychain / 0.1.0 / Substrate-Keychain.podspec.json
blob8a0ba868c3927b84470cd0edd75bcfb5fc7e39eb
2   "name": "Substrate-Keychain",
3   "version": "0.1.0",
4   "summary": "Sr25519/Ed25519/ECDSA In-Memory Keychain for Substrate Swift SDK",
5   "homepage": "https://github.com/tesseract-one/Substrate.swift",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Tesseract Systems, Inc.": "info@tesseract.one"
12   },
13   "source": {
14     "git": "https://github.com/tesseract-one/Substrate.swift.git",
15     "tag": "0.1.0"
16   },
17   "module_name": "SubstrateKeychain",
18   "swift_versions": "5.7",
19   "platforms": {
20     "ios": "14.0",
21     "osx": "11.0",
22     "tvos": "14.0",
23     "watchos": "7.0"
24   },
25   "source_files": "Sources/Keychain/**/*.swift",
26   "dependencies": {
27     "Substrate": [
28       "0.1.0"
29     ],
30     "UncommonCrypto": [
31       "~> 0.2.0"
32     ],
33     "Bip39.swift": [
34       "~> 0.2.0"
35     ],
36     "Sr25519/Sr25519": [
37       "~> 0.2.0"
38     ],
39     "Sr25519/Ed25519": [
40       "~> 0.2.0"
41     ],
42     "CSecp256k1": [
43       "~> 0.2.0"
44     ]
45   },
46   "testspecs": [
47     {
48       "name": "KeychainTests",
49       "test_type": "unit",
50       "platforms": {
51         "ios": "14.0",
52         "osx": "11.0",
53         "tvos": "14.0"
54       },
55       "source_files": "Tests/KeychainTests/**/*.swift"
56     }
57   ],
58   "swift_version": "5.7"