Podfile 258 B

1234567891011121314
  1. platform :ios, '10.0'
  2. use_frameworks!
  3. pod 'FirebaseMLModelDownloader', :path => '../../../'
  4. pod 'TensorFlowLiteSwift'
  5. target 'MLDownloaderTestApp' do
  6. target 'MLDownloaderTestAppTests' do
  7. end
  8. target 'MLDownloaderTestAppUITests' do
  9. end
  10. end