Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Jan 11, 2022
1 parent a9c494d commit 36d43ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Package.swift
Expand Up @@ -8,10 +8,12 @@ let package = Package(
.library(name: "DataSources", targets: ["DataSources"]),
],
dependencies: [
.package(url: "https://github.com/ra1028/DifferenceKit.git", from: "1.2.0")
],
targets: [
.target(
name: "DataSources",
dependencies: ["DifferenceKit"],
exclude: ["Info.plist"]
),
]
Expand Down

0 comments on commit 36d43ec

Please sign in to comment.