Skip to content

Commit

Permalink
fix package syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchen12 committed Apr 14, 2022
1 parent f5214e1 commit d4ee46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ let package = Package(
.package(
name: "Firebase",
url: "https://github.com/firebase/firebase-ios-sdk.git",
from: "8.0.0"..<"10.0.0"
"8.0.0"..<"10.0.0"
),
.package(
name: "GoogleSignIn",
Expand Down

0 comments on commit d4ee46b

Please sign in to comment.