[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / 5 / 7 / 4 / FaviconFinder / 4.1.0 / FaviconFinder.podspec.json
blobdd561b12d02ca195a5a9ea1925e55c3d9407f31f
2   "name": "FaviconFinder",
3   "version": "4.1.0",
4   "summary": "A pure Swift library to detect favicons use by a website.",
5   "homepage": "https://github.com/will-lumley/FaviconFinder.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "description": "FaviconFinder is a tiny pure Swift library designed for iOS and macOS applications that allows\nyou to detect favicons used by a website.",
11   "authors": {
12     "William Lumley": "will@lumley.io"
13   },
14   "social_media_url": "https://twitter.com/wlumley95",
15   "platforms": {
16     "ios": "15.0",
17     "osx": "12.0"
18   },
19   "swift_versions": "5.0",
20   "source": {
21     "git": "https://github.com/will-lumley/FaviconFinder.git",
22     "tag": "4.1.0"
23   },
24   "source_files": "Sources/**/*/*",
25   "dependencies": {
26     "SwiftSoup": [
27       "~> 2.3.7"
28     ]
29   },
30   "swift_version": "5.0"