blob: 64124c05d6d2f03278ce4953aea5fae30b3972fc [file] [log] [blame]
{
"name": "URLImage",
"version": "0.9.15",
"summary": "SwiftUI Image view that displays an image downloaded from URL.",
"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.",
"homepage": "https://github.com/dmytro-anokhin/url-image",
"license": "MIT",
"authors": {
"Dmytro Anokhin": "5136301+dmytro-anokhin@users.noreply.github.com"
},
"source": {
"git": "https://github.com/dmytro-anokhin/url-image.git",
"tag": "0.9.15"
},
"source_files": [
"Sources",
"Sources/**/*.{swift}"
],
"exclude_files": "Tests",
"swift_versions": "5.0",
"platforms": {
"ios": "11.0",
"tvos": "11.0",
"osx": "10.13",
"watchos": "4.0"
},
"swift_version": "5.0"
}