Skip to content

Commit 883a12a

Browse files
authored
Add missing GDT dep to MLDownloader (#7675)
1 parent 707139b commit 883a12a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

FirebaseMLModelDownloader.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Pod::Spec.new do |s|
3838
s.framework = 'Foundation'
3939
s.dependency 'FirebaseCore', '~> 7.6'
4040
s.dependency 'FirebaseInstallations', '~> 7.6'
41+
s.dependency 'GoogleDataTransport', '~> 8.3'
4142
# TODO: Revisit this dependency
4243
s.dependency 'GoogleUtilities/Logger', '~> 7.2'
4344
s.dependency 'SwiftProtobuf', '~> 1.0'

FirebaseMLModelDownloader/Apps/Sample/Podfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
platform :ios, '10.0'
22
use_frameworks!
33

4+
source 'https://github.com/firebase/SpecsDev.git'
5+
source 'https://github.com/firebase/SpecsStaging.git'
6+
source 'https://cdn.cocoapods.org/'
7+
48
pod 'FirebaseMLModelDownloader', :path => '../../../'
59
pod 'TensorFlowLiteSwift'
610

0 commit comments

Comments
 (0)