[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 5 / 4 / e / Bip39.swift / 0.1.1 / Bip39.swift.podspec.json
bloba4dcc2d290903535305db5329131b9b34a8e1971
2   "name": "Bip39.swift",
3   "version": "0.1.1",
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.1"
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   "dependencies": {
33     "UncommonCrypto": [
34       "~> 0.1.0"
35     ]
36   },
37   "testspecs": [
38     {
39       "name": "Tests",
40       "test_type": "unit",
41       "platforms": {
42         "ios": "9.0",
43         "osx": "10.10",
44         "tvos": "9.0"
45       },
46       "source_files": "Tests/Bip39Tests/**/*.swift"
47     }
48   ],
49   "swift_version": "5.3"