Skip to content

Commit 2b02383

Browse files
chore: remove deprecated "name" arg from packages
1 parent 04c3dce commit 2b02383

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Package.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,27 +81,22 @@ let package = Package(
8181
],
8282
dependencies: [
8383
.package(
84-
name: "Facebook",
8584
url: "https://github.com/facebook/facebook-ios-sdk.git",
8685
"17.0.0" ..< "18.0.0"
8786
),
8887
.package(
89-
name: "Firebase",
9088
url: "https://github.com/firebase/firebase-ios-sdk.git",
9189
"8.0.0" ..< "13.0.0"
9290
),
9391
.package(
94-
name: "GoogleSignIn",
9592
url: "https://github.com/google/GoogleSignIn-iOS",
9693
from: "7.0.0"
9794
),
9895
.package(
99-
name: "GoogleUtilities",
10096
url: "https://github.com/google/GoogleUtilities.git",
10197
"7.4.1" ..< "9.0.0"
10298
),
10399
.package(
104-
name: "SDWebImage",
105100
url: "https://github.com/SDWebImage/SDWebImage.git",
106101
from: "5.0.0"
107102
),

0 commit comments

Comments
 (0)