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.
2 parents 47f1d18 + 410b4c1 commit 694fd20Copy full SHA for 694fd20
Package.swift
@@ -84,11 +84,6 @@ let package = Package(
84
url: "https://github.com/google/GoogleUtilities.git",
85
from: "7.4.1"
86
),
87
- .package(
88
- name: "GTMSessionFetcher",
89
- url: "https://github.com/google/gtm-session-fetcher.git",
90
- "1.4.0" ..< "3.0.0"
91
- ),
92
.package(
93
name: "SDWebImage",
94
url: "https://github.com/SDWebImage/SDWebImage.git",
@@ -237,7 +232,6 @@ let package = Package(
237
232
dependencies: [
238
233
.product(name: "FirebaseStorage", package: "Firebase"),
239
234
.product(name: "SDWebImage", package: "SDWebImage"),
240
- .product(name: "GTMSessionFetcher", package: "GTMSessionFetcher"),
241
235
],
242
236
path: "FirebaseStorageUI/Sources",
243
exclude: ["Info.plist"],
0 commit comments