[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 7 / 4 / FaviconFinder / 3.2.1 / FaviconFinder.podspec.json
blobec50413e567f5f9a35be552706f2c072d7cad1f3
2   "name": "FaviconFinder",
3   "version": "3.2.1",
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": "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": "3.2.1"
23   },
24   "source_files": "Sources/**/*/*",
25   "dependencies": {
26     "SwiftSoup": [
27       "~> 2.3.7"
28     ]
29   },
30   "swift_version": "5.0"