Podfile 489 B

1234567891011121314151617181920
  1. platform :ios, '15.0'
  2. use_frameworks!
  3. source 'https://github.com/firebase/SpecsDev.git'
  4. source 'https://github.com/firebase/SpecsStaging.git'
  5. source 'https://cdn.cocoapods.org/'
  6. pod 'FirebaseCore', :path => '../../../'
  7. pod 'FirebaseCoreInternal', :path => '../../../'
  8. pod 'FirebaseMLModelDownloader', :path => '../../../'
  9. pod 'TensorFlowLiteSwift'
  10. target 'MLDownloaderTestApp' do
  11. target 'MLDownloaderTestAppTests' do
  12. end
  13. target 'MLDownloaderTestAppUITests' do
  14. end
  15. end