[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / 1 / f / Bech32.swift / 1.2.0 / Bech32.swift.podspec.json
blobacf3c7e194fce2efb0349c314bbb134ceb7c1243
2   "name": "Bech32.swift",
3   "version": "1.2.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.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": "Bech32",
26   "source_files": "Sources/*.swift",
27   "testspecs": [
28     {
29       "name": "Tests",
30       "test_type": "unit",
31       "platforms": {
32         "ios": "11.0",
33         "osx": "10.13",
34         "tvos": "11.0"
35       },
36       "source_files": "Tests/Bech32Tests/*.swift"
37     }
38   ],
39   "swift_version": "5.4"