blob: ddcd42d6928c9574a7ab34173d61533b477abff2 [file] [log] [blame]
{
"name": "AsyncImage",
"version": "0.0.1",
"summary": "Yet another SwifUI async image view.",
"description": "A SwiftUI Image component that can download images from the internet through the URL",
"homepage": "https://amarantedaniel.com",
"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.0.1"
},
"source_files": "AsyncImage/**/*.{h,m,swift}",
"swift_version": "5"
}