Skip to content

Commit a7880da

Browse files
committed
remove unused library
1 parent d067588 commit a7880da

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

Package.resolved

Lines changed: 1 addition & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,15 @@ let package = Package(
1616
targets: ["AnthropicSwiftSDK"]),
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/fumito-ito/SwiftyJSONLines.git", from: "0.0.4"),
20-
.package(url: "https://github.com/fumito-ito/AsyncHTTPKit.git", from: "0.0.1")
19+
.package(url: "https://github.com/fumito-ito/SwiftyJSONLines.git", from: "0.0.4")
2120
],
2221
targets: [
2322
// Targets are the basic building blocks of a package, defining a module or a test suite.
2423
// Targets can depend on other targets in this package and products from dependencies.
2524
.target(
2625
name: "AnthropicSwiftSDK",
2726
dependencies: [
28-
.product(name: "SwiftyJSONLines", package: "SwiftyJSONLines"),
29-
.product(name: "AsyncHTTPKit", package: "AsyncHTTPKit")
27+
.product(name: "SwiftyJSONLines", package: "SwiftyJSONLines")
3028
]
3129
),
3230
.testTarget(

0 commit comments

Comments
 (0)