Skip to content

Commit 52cbd97

Browse files
authored
Update Package.swift
1 parent 8a07f0b commit 52cbd97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Package.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ let package = Package(
1616
targets: [packageName]
1717
),
1818
],
19+
1920
dependencies: [
2021
// Add the Git URL package dependency here
2122
.package(url: "https://github.com/FastPix/iOS-core-data-sdk.git", from: "1.0.4")
2223
],
24+
2325
targets: [
2426
.target(
2527
name: packageName,

0 commit comments

Comments
 (0)