[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / e / b / SDWebImageSwiftUI / 0.6.0 / SDWebImageSwiftUI.podspec.json
blobafb3179afe9c0d8e08654d113bda44c68338a378
2   "name": "SDWebImageSwiftUI",
3   "version": "0.6.0",
4   "summary": "Integration of SDWebImage Asynchronous image loading and SwiftUI framework",
5   "description": "This framework is used to integrate SDWebImage' image loading system to the new SwiftUI framework.\nWhich aims to provide a better support for SwiftUI users.",
6   "homepage": "https://github.com/SDWebImage/SDWebImageSwiftUI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DreamPiggy": "lizhuoli1126@126.com"
13   },
14   "source": {
15     "git": "https://github.com/SDWebImage/SDWebImageSwiftUI.git",
16     "tag": "0.6.0"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "osx": "10.15",
21     "tvos": "13.0",
22     "watchos": "6.0"
23   },
24   "source_files": [
25     "SDWebImageSwiftUI/Classes/**/*",
26     "SDWebImageSwiftUI/Module/*.h"
27   ],
28   "frameworks": "SwiftUI",
29   "dependencies": {
30     "SDWebImage": [
31       "~> 5.1"
32     ]
33   },
34   "swift_versions": "5.1",
35   "swift_version": "5.1"