[Add] UserExperior 6.0.11
[CocoaPods.git] / Specs / c / 2 / 1 / URLPubKeyExtractor / 1.0.0 / URLPubKeyExtractor.podspec.json
blob14c9af2c66c9f43290d202d928e0c31351708a9b
2   "name": "URLPubKeyExtractor",
3   "version": "1.0.0",
4   "summary": "Easy way to extract the hash of a public key from a domain on iOS/macOS",
5   "description": "Easy way to extract a public key from a domain on iOS/macOS\n\nUsage:\nlet url: URL = URL(string: \"https://apple.com\")!\n\n\nPubKeyExtractor.getPubKey(url: url, completion: {\n    switch $0 {\n    case .success(let string):\n        print(\"pubKey: (string)\")\n    case .failure(let error):\n        print(\"Could not get key because (error)\")\n    }\n})",
6   "homepage": "https://github.com/ntnmrndn/FoundationURLPubKeyExtractor",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marandon Antoine": "antoine@marandon.fr"
13   },
14   "source": {
15     "git": "https://github.com/ntnmrndn/FoundationURLPubKeyExtractor.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "PubKeyExtractor.swift",
19   "frameworks": "Foundation",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "swift_versions": "5.3",
24   "swift_version": "5.3"