blob: b817587ce01fbde85dd81a3700e4fa1a35a4756b [file] [log] [blame]
{
"name": "FaviconFinder",
"version": "2.1.0",
"summary": "A pure Swift library to detect favicons use by a website.",
"homepage": "https://github.com/will-lumley/FaviconFinder.git",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"description": "FaviconFinder is a tiny pure Swift library designed for iOS and macOS applications that allows\nyou to detect favicons used by a website.",
"authors": {
"William Lumley": "will@lumley.io"
},
"social_media_url": "http://twitter.com/wlumley95",
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/will-lumley/FaviconFinder.git",
"tag": "2.1.0"
},
"source_files": "Sources/**/*/*",
"dependencies": {
"SwiftSoup": [
"~> 2.3.0"
]
},
"swift_version": "5.0"
}