| 12345678910111213141516171819 |
- platform :ios, '10.0'
- use_frameworks!
- source 'https://github.com/firebase/SpecsDev.git'
- source 'https://github.com/firebase/SpecsStaging.git'
- source 'https://cdn.cocoapods.org/'
- pod 'FirebaseMLModelDownloader', :path => '../../../'
- pod 'FirebaseCoreDiagnostics', :path => '../../../'
- pod 'TensorFlowLiteSwift'
- target 'MLDownloaderTestApp' do
- target 'MLDownloaderTestAppTests' do
- end
- target 'MLDownloaderTestAppUITests' do
- end
- end
|