File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
FirebaseMLModelDownloader/Apps/Sample Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ Pod::Spec.new do |s|
38
38
s . framework = 'Foundation'
39
39
s . dependency 'FirebaseCore' , '~> 7.6'
40
40
s . dependency 'FirebaseInstallations' , '~> 7.6'
41
+ s . dependency 'GoogleDataTransport' , '~> 8.3'
41
42
# TODO: Revisit this dependency
42
43
s . dependency 'GoogleUtilities/Logger' , '~> 7.2'
43
44
s . dependency 'SwiftProtobuf' , '~> 1.0'
Original file line number Diff line number Diff line change 1
1
platform :ios , '10.0'
2
2
use_frameworks!
3
3
4
+ source 'https://github.com/firebase/SpecsDev.git'
5
+ source 'https://github.com/firebase/SpecsStaging.git'
6
+ source 'https://cdn.cocoapods.org/'
7
+
4
8
pod 'FirebaseMLModelDownloader' , :path => '../../../'
5
9
pod 'TensorFlowLiteSwift'
6
10
You can’t perform that action at this time.
0 commit comments