blob: 19591c90bb04014305c9ff4092034db4c16ac521 [file] [log] [blame]
{
"name": "FaviconFinder",
"version": "1.0.1",
"summary": "A macOS 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 small Swift library designed for 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": {
"osx": "10.10"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/will-lumley/FaviconFinder.git",
"tag": "1.0.1"
},
"source_files": "FaviconFinder/**/*",
"dependencies": {
"Kanna": [
"~> 5.0.0"
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"swift_version": "5.0"
}