[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / 1 / f / Bech32.swift / 1.1.0 / Bech32.swift.podspec.json
blobc68d367f7a8771f8e68b81025e21549c0b4f0af4
2   "name": "Bech32.swift",
3   "version": "1.1.0",
4   "summary": "Bech32, Bech32m and SegWit library for Swift.",
5   "description": "Bech32, Bech32m and SegWit implementation for Swift. Supports all Apple platforms and Linux.",
6   "homepage": "https://github.com/tesseract-one/Bech32.swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tesseract Systems, Inc.": "info@tesseract.one"
13   },
14   "source": {
15     "git": "https://github.com/tesseract-one/Bech32.swift.git",
16     "tag": "1.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   ],
27   "module_name": "Bech32",
28   "source_files": "Sources/*.swift",
29   "testspecs": [
30     {
31       "name": "Tests",
32       "test_type": "unit",
33       "platforms": {
34         "ios": "9.0",
35         "osx": "10.10",
36         "tvos": "9.0"
37       },
38       "source_files": "Tests/Bech32Tests/*.swift"
39     }
40   ],
41   "swift_version": "5"