Podfile 399 B

123456789101112131415161718
  1. platform :ios, '11.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 'TensorFlowLiteSwift'
  8. target 'MLDownloaderTestApp' do
  9. target 'MLDownloaderTestAppTests' do
  10. end
  11. target 'MLDownloaderTestAppUITests' do
  12. end
  13. end