We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c3dce commit 2b02383Copy full SHA for 2b02383
Package.swift
@@ -81,27 +81,22 @@ let package = Package(
81
],
82
dependencies: [
83
.package(
84
- name: "Facebook",
85
url: "https://github.com/facebook/facebook-ios-sdk.git",
86
"17.0.0" ..< "18.0.0"
87
),
88
89
- name: "Firebase",
90
url: "https://github.com/firebase/firebase-ios-sdk.git",
91
"8.0.0" ..< "13.0.0"
92
93
94
- name: "GoogleSignIn",
95
url: "https://github.com/google/GoogleSignIn-iOS",
96
from: "7.0.0"
97
98
99
- name: "GoogleUtilities",
100
url: "https://github.com/google/GoogleUtilities.git",
101
"7.4.1" ..< "9.0.0"
102
103
104
- name: "SDWebImage",
105
url: "https://github.com/SDWebImage/SDWebImage.git",
106
from: "5.0.0"
107
0 commit comments