We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c17d5 commit 0742df6Copy full SHA for 0742df6
Package.swift
@@ -17,7 +17,7 @@ let package = Package(
17
),
18
],
19
dependencies: [
20
- .package(url: "https://github.com/firebase/firebase-ios-sdk.git", from: "11.10.0"),
+ .package(url: "https://github.com/firebase/firebase-ios-sdk.git", "11.0.0"..<"13.0.0"),
21
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.6.4"),
22
.package(url: "https://github.com/pointfreeco/swift-sharing", from: "2.3.0"),
23
.package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.1.1")
0 commit comments