- Notifications
You must be signed in to change notification settings - Fork 1.6k
/
Copy pathPodfile
20 lines (15 loc) · 489 Bytes
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
platform:ios,'13.0'
use_frameworks!
source'https://github.com/firebase/SpecsDev.git'
source'https://github.com/firebase/SpecsStaging.git'
source'https://cdn.cocoapods.org/'
pod'FirebaseCore',:path=>'../../../'
pod'FirebaseCoreInternal',:path=>'../../../'
pod'FirebaseMLModelDownloader',:path=>'../../../'
pod'TensorFlowLiteSwift'
target'MLDownloaderTestApp'do
target'MLDownloaderTestAppTests'do
end
target'MLDownloaderTestAppUITests'do
end
end