blob: d234b3ae4ee2aec26923382660c8acf2e319f2b3 [file] [log] [blame]
{
"name": "FaviconFinder",
"version": "1.0.0",
"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"
},
"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.0"
},
"source_files": "FaviconFinder/**/*",
"dependencies": {
"Kanna": [
"~> 5.0.0"
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"swift_version": "5.0"
}