-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPodfile
More file actions
24 lines (20 loc) · 815 Bytes
/
Podfile
File metadata and controls
24 lines (20 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'CoreML-Classification-Comparison' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
inhibit_all_warnings!
# Pods for CoreML-Classification-Comparison
pod 'ReactiveCocoa', '~> 7.1'
pod 'AlamofireImage', '~> 3.3'
pod 'Moya/ReactiveSwift', '~> 11.0'
pod 'MBDataSource', :git => 'https://github.com/MSWagner/DataSource.git', :branch => 'update-diff'
pod 'Firebase/Core'
pod 'Firebase/Firestore'
pod 'Firebase/MLVision'
pod 'Firebase/MLVisionLabelModel'
pod 'ReachabilitySwift'
pod 'GDPerformanceView-Swift', '~> 1.3.2'
pod 'PKHUD', '~> 5.0'
pod 'DKImagePickerController', '~> 4.0.0-Beta2'
end