[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 7 / 4 / FaviconFinder / 1.0.1 / FaviconFinder.podspec.json
blob19591c90bb04014305c9ff4092034db4c16ac521
2   "name": "FaviconFinder",
3   "version": "1.0.1",
4   "summary": "A macOS 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 small Swift library designed for 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     "osx": "10.10"
17   },
18   "swift_versions": "5.0",
19   "source": {
20     "git": "https://github.com/will-lumley/FaviconFinder.git",
21     "tag": "1.0.1"
22   },
23   "source_files": "FaviconFinder/**/*",
24   "dependencies": {
25     "Kanna": [
26       "~> 5.0.0"
27     ]
28   },
29   "xcconfig": {
30     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
31   },
32   "swift_version": "5.0"