We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0171e93 commit a406fdeCopy full SHA for a406fde
Package.swift
@@ -1,10 +1,9 @@
1
// swift-tools-version:5.5
2
-// The swift-tools-version declares the minimum version of Swift required to build this package.
3
4
import PackageDescription
5
6
let package = Package(
7
- name: "SwiftUI-CachedAsyncImage",
+ name: "swiftui-cached-async-image",
8
platforms: [
9
.iOS(.v13),
10
.macOS(.v10_15),
@@ -14,7 +13,7 @@ let package = Package(
14
13
products: [
15
.library(
16
name: "CachedAsyncImage",
17
- targets: ["CachedAsyncImage"]),
+ targets: ["CachedAsyncImage"])v
18
],
19
targets: [
20
.target(
0 commit comments