File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ import PackageDescription
66let package = Package (
77 name: " RemoteImage " ,
88 platforms: [
9- . iOS( . v13)
9+ . iOS( . v13) ,
10+ . macOS( . v10_15)
1011 ] ,
1112 products: [
1213 . library(
Original file line number Diff line number Diff line change 11# RemoteImage
22
33[ ![ Swift5] ( https://img.shields.io/badge/swift5-compatible-green.svg?longCache=true&style=flat-square )] ( https://developer.apple.com/swift )
4- [ ![ Platform] ( https://img.shields.io/badge/platform-iOS-lightgrey.svg?longCache=true&style=flat-square )] ( https://www.apple.com/de/ios )
4+ [ ![ Platform] ( https://img.shields.io/badge/platform-iOS%20%7C%20macOS -lightgrey.svg?longCache=true&style=flat-square )] ( https://www.apple.com )
55[ ![ License] ( https://img.shields.io/badge/license-MIT-lightgrey.svg?longCache=true&style=flat-square )] ( https://en.wikipedia.org/wiki/MIT_License )
66
77This Swift package provides a wrapper view around the existing ** SwiftUI** ` Image view ` which adds support for showing and caching remote images.
You can’t perform that action at this time.
0 commit comments