blob: 683d369a05a3f1b75816ae7b6e2489d335921b98 [file] [log] [blame]
{
"name": "SDWebImageSwiftUI",
"version": "0.5.0",
"summary": "Integration of SDWebImage Asynchronous image loading and SwiftUI framework",
"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.",
"homepage": "https://github.com/SDWebImage/SDWebImageSwiftUI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DreamPiggy": "lizhuoli1126@126.com"
},
"source": {
"git": "https://github.com/SDWebImage/SDWebImageSwiftUI.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "13.0",
"watchos": "6.0"
},
"source_files": [
"SDWebImageSwiftUI/Classes/**/*",
"SDWebImageSwiftUI/Module/*.h"
],
"frameworks": "SwiftUI",
"dependencies": {
"SDWebImage": [
"~> 5.1"
]
},
"swift_versions": "5.1",
"swift_version": "5.1"
}