Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
yutailang0119 committed Nov 24, 2024
1 parent cae8d12 commit c56100a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,12 @@ import PackageDescription
let package = Package(
name: "DemoPackage",
dependencies: [
.package(url: "https://github.com/yutailang0119/ProgressSpinnerKit", from: "0.4.0"),
.package(url: "https://github.com/yutailang0119/ProgressSpinnerKit", from: "0.5.0"),
],
targets: [
.target(name: "DemoTarget", dependencies: ["ProgressSpinnerKit"]),
]
)

```

https://github.com/apple/swift-package-manager
Expand Down

0 comments on commit c56100a

Please sign in to comment.