[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 2 / 1 / URLPubKeyExtractor / 1.1.0 / URLPubKeyExtractor.podspec.json
blobe192ee506d46935d7091ef2d5101299eb27bb1ca
2   "name": "URLPubKeyExtractor",
3   "version": "1.1.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.1.0"
17   },
18   "source_files": "PubKeyExtractor.swift",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "swift_versions": "5.3",
23   "swift_version": "5.3"