[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 5 / 4 / e / Bip39.swift / 0.1.0 / Bip39.swift.podspec.json
blob4166ad951e8c85c476df418c18ff3a557a4a7da2
2   "name": "Bip39.swift",
3   "version": "0.1.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.1.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "swift_versions": [
25     "5",
26     "5.1",
27     "5.2",
28     "5.3"
29   ],
30   "module_name": "Bip39",
31   "source_files": "Sources/Bip39/**/*.swift",
32   "testspecs": [
33     {
34       "name": "Tests",
35       "test_type": "unit",
36       "platforms": {
37         "ios": "9.0",
38         "osx": "10.10",
39         "tvos": "9.0"
40       },
41       "source_files": "Tests/Bip39Tests/**/*.swift"
42     }
43   ],
44   "swift_version": "5.3"