[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 5 / a / DrunkenBishop / 0.1.1 / DrunkenBishop.podspec.json
blobf45b46dfc4dd33cd789c39e82e9b6c9f0cc9a0e5
2   "name": "DrunkenBishop",
3   "version": "0.1.1",
4   "summary": "Visual fingerprinting algorithm for visualizing key fingerprints implemented as a SwiftUI View",
5   "description": "The Drunken Bishop algorithm is a visual fingerprinting algorithm originally\nimplemented by OpenSSH for visualizing key fingerprints. This package implements this visualization as a Swiftui View",
6   "homepage": "https://github.com/ioioapp/DrunkenBishopSwiftUI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ljcamargo": "luis.javier@ioio.mx"
13   },
14   "source": {
15     "git": "https://github.com/ioioapp/DrunkenBishopSwiftUI.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/ioiomexico",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "swift_versions": [
23     "5.0",
24     "5.1",
25     "5.2",
26     "5.3"
27   ],
28   "source_files": "Sources/DrunkenBishop/Classes/**/*",
29   "swift_version": "5.3"