[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / 9 / a / KingfisherSVG / 1.0.0 / KingfisherSVG.podspec.json
blobe5c8618ce00b03b198f97dbda46edce1d9486ff4
2   "name": "KingfisherSVG",
3   "version": "1.0.0",
4   "swift_versions": "5.9",
5   "summary": "A Kingfisher extension helping you process svg format",
6   "description": "KingfisherWebP is an extension of the [Kingfisher](https://github.com/onevcat/Kingfisher), providing a ImageProcessor and CacheSerializer for you to conveniently handle the svg format.",
7   "homepage": "https://github.com/octree/KingfisherSVG",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Octree": "fouljz@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/octree/KingfisherSVG.git",
17     "tag": "1.0.0"
18   },
19   "social_media_url": "https://twitter.com/_octree",
20   "platforms": {
21     "ios": "13.0",
22     "watchos": "6.0",
23     "tvos": "13.0"
24   },
25   "source_files": "Sources/**/*.{swift}",
26   "dependencies": {
27     "Kingfisher": [
28       "~> 7.8.1"
29     ]
30   },
31   "swift_version": "5.9"