Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit cd5bb37

Browse files
committed
Wrap Kingfisher 5.14.0
1 parent 6f88171 commit cd5bb37

4 files changed

Lines changed: 6 additions & 22 deletions

File tree

Package.swift

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
// Products define the executables and libraries a package produces, and make them visible to other packages.
1010
.library(
1111
name: "KingfisherXCFramework",
12-
targets: ["KingfisherXCFramework"]),
12+
targets: ["Kingfisher"]),
1313
],
1414
dependencies: [
1515
// Dependencies declare other packages that this package depends on.
@@ -18,11 +18,9 @@ let package = Package(
1818
targets: [
1919
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
2020
// Targets can depend on other targets in this package, and on products in packages this package depends on.
21-
.target(
22-
name: "KingfisherXCFramework",
23-
dependencies: []),
24-
.testTarget(
25-
name: "KingfisherXCFrameworkTests",
26-
dependencies: ["KingfisherXCFramework"]),
21+
.binaryTarget(
22+
name: "Kingfisher",
23+
url: "https://github.com/betterme-dev/KingfisherXCFramework/releases/download/1.0.0/Kingfisher.xcframework.zip",
24+
checksum: "c7eb0095ae8507cc08704c8c6c615d1dedab664cf1856958492ed0419e7a03de"),
2725
]
2826
)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# KingfisherXCFramework
22

3-
A description of this package.
3+
Release `1.0.0` is a wrapper for Kingfisher version `5.14.0`

Sources/KingfisherXCFramework/KingfisherXCFramework.swift

Lines changed: 0 additions & 3 deletions
This file was deleted.

Tests/KingfisherXCFrameworkTests/KingfisherXCFrameworkTests.swift

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)