[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 4 / e / Bip39.swift / 0.2.0 / Bip39.swift.podspec.json
blob0b36e23f27e9654039af3020316a6495e0996445
2   "name": "Bip39.swift",
3   "version": "0.2.0",
4   "summary": "Cross-platform BIP39 mnemonic implementation for Swift.",
5   "description": "Cross-platform BIP39 mnemonic implementation for Swift. Supports all Apple platforms and Linux.",
6   "homepage": "https://github.com/tesseract-one/Bip39.swift",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tesseract Systems, Inc.": "info@tesseract.one"
13   },
14   "source": {
15     "git": "https://github.com/tesseract-one/Bip39.swift.git",
16     "tag": "0.2.0"
17   },
18   "swift_versions": "5.4",
19   "platforms": {
20     "ios": "11.0",
21     "osx": "10.13",
22     "tvos": "11.0",
23     "watchos": "6.0"
24   },
25   "module_name": "Bip39",
26   "source_files": "Sources/Bip39/**/*.swift",
27   "dependencies": {
28     "UncommonCrypto": [
29       "~> 0.2.0"
30     ]
31   },
32   "testspecs": [
33     {
34       "name": "Tests",
35       "test_type": "unit",
36       "platforms": {
37         "ios": "11.0",
38         "osx": "10.13",
39         "tvos": "11.0"
40       },
41       "source_files": "Tests/Bip39Tests/**/*.swift"
42     }
43   ],
44   "swift_version": "5.4"