blob: d5855aa790534715f8133093f7987446a3f0334c [file] [log] [blame]
{
"name": "AsyncImage",
"version": "0.1.0",
"summary": "Yet another SwifUI async image view.",
"description": "A SwiftUI Image component that can download images from the internet through the URL",
"homepage": "https://github.com/amarantedaniel/AsyncImage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"amarantedaniel": "daniel.amarante2@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5",
"source": {
"git": "https://github.com/amarantedaniel/AsyncImage.git",
"tag": "0.1.0"
},
"source_files": "AsyncImage/**/*.{h,m,swift}",
"swift_version": "5"
}