[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 7 / 4 / FaviconFinder / 2.0.0 / FaviconFinder.podspec.json
blob097ac8001a181a68826634aca2e2a4702b4309be
2   "name": "FaviconFinder",
3   "version": "2.0.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": "http://twitter.com/wlumley95",
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.10"
18   },
19   "swift_versions": "5.0",
20   "source": {
21     "git": "https://github.com/will-lumley/FaviconFinder.git",
22     "tag": "2.0.0"
23   },
24   "source_files": "FaviconFinder/**/*",
25   "dependencies": {
26     "SwiftSoup": [
27       "~> 2.3.0"
28     ]
29   },
30   "swift_version": "5.0"