Update Package.swift
This commit is contained in:
parent
4889251866
commit
1c82868fba
|
@ -17,14 +17,14 @@ let package = Package(
|
||||||
dependencies: [
|
dependencies: [
|
||||||
// Dependencies declare other packages that this package depends on.
|
// Dependencies declare other packages that this package depends on.
|
||||||
// .package(url: /* package url */, from: "1.0.0"),
|
// .package(url: /* package url */, from: "1.0.0"),
|
||||||
.package(url: "git@codeup.aliyun.com:6333b695257dab51ddaa62e9/mirrors/SDWebImage.git", from: "5.10.0")
|
// .package(url: "git@codeup.aliyun.com:6333b695257dab51ddaa62e9/mirrors/SDWebImage.git", from: "5.10.0")
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
|
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
|
||||||
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
|
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
|
||||||
.target(
|
.target(
|
||||||
name: "SDWebImageSwiftUI",
|
name: "SDWebImageSwiftUI",
|
||||||
dependencies: ["SDWebImage"],
|
dependencies: [],
|
||||||
path: "SDWebImageSwiftUI",
|
path: "SDWebImageSwiftUI",
|
||||||
sources: ["Classes"],
|
sources: ["Classes"],
|
||||||
resources: [.copy("Resources/PrivacyInfo.xcprivacy")]
|
resources: [.copy("Resources/PrivacyInfo.xcprivacy")]
|
||||||
|
|
Loading…
Reference in New Issue