Skip to content

Commit

Permalink
Podfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Jul 11, 2024
1 parent f3fd632 commit ead21aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FirebaseMLModelDownloader/Apps/Sample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ source 'https://github.com/firebase/SpecsDev.git'
source 'https://github.com/firebase/SpecsStaging.git'
source 'https://cdn.cocoapods.org/'

pod 'FirebaseCore', :path => '../../../'
pod 'FirebaseCoreInternal', :path => '../../../'
pod 'FirebaseMLModelDownloader', :path => '../../../'
pod 'TensorFlowLiteSwift'

Expand Down

0 comments on commit ead21aa

Please sign in to comment.