4 "summary": "SwiftUI Image view that displays an image downloaded from URL.",
5 "description": "URLImage is a SwiftUI view that displays an image downloaded from provided URL. URLImage manages downloading remote image and caching it locally, both in memory and on disk, for you.",
6 "homepage": "https://github.com/dmytro-anokhin/url-image",
9 "Dmytro Anokhin": "5136301+dmytro-anokhin@users.noreply.github.com"
12 "git": "https://github.com/dmytro-anokhin/url-image.git",
17 "Sources/**/*.{swift}"
19 "exclude_files": "Tests",
20 "swift_versions": "5.3",
29 "name": "RemoteContentView",
30 "source_files": "Dependencies/Sources/RemoteContentView/**/*.{swift}"
33 "name": "ImageDecoder",
34 "source_files": "Dependencies/Sources/ImageDecoder/**/*.{swift}"
38 "source_files": "Dependencies/Sources/FileIndex/**/*.{swift}",
43 "URLImage/PlainDatabase": [
52 "name": "PlainDatabase",
53 "source_files": "Dependencies/Sources/PlainDatabase/**/*.{swift}"
56 "name": "DownloadManager",
57 "source_files": "Dependencies/Sources/DownloadManager/**/*.{swift}",
66 "source_files": "Dependencies/Sources/Common/**/*.{swift}"
70 "source_files": "Dependencies/Sources/Log/**/*.{swift}"
73 "swift_version": "5.3"