Podfile 451 B

12345678910111213141516171819
  1. platform :ios, '10.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 'FirebaseMLModelDownloader', :path => '../../../'
  7. pod 'FirebaseCoreDiagnostics', :path => '../../../'
  8. pod 'TensorFlowLiteSwift'
  9. target 'MLDownloaderTestApp' do
  10. target 'MLDownloaderTestAppTests' do
  11. end
  12. target 'MLDownloaderTestAppUITests' do
  13. end
  14. end