Skip to content

Commit

Permalink
Remove transitive dependency hoisting
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-sharma committed Feb 6, 2025
1 parent 3cbc736 commit 3d9dff3
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ let package = Package(
.library(name: "google-sign-in-ios", targets: ["google_sign_in_ios"])
],
dependencies: [
// AppAuth and GTMSessionFetcher are GoogleSignIn transitive dependencies.
// Depend on versions which define modules.
.package(
url: "https://github.com/openid/AppAuth-iOS.git",
from: "1.7.6"),
.package(
url: "https://github.com/google/gtm-session-fetcher.git",
from: "3.4.0"),
.package(
url: "https://github.com/google/GoogleSignIn-iOS.git",
from: "7.1.0"),
Expand Down

0 comments on commit 3d9dff3

Please sign in to comment.