Podfile 351 Bytes
Newer Older
Javohir Savriy's avatar
Javohir Savriy committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Uncomment the next line to define a global platform for your project
 platform :ios, '10.0'

target 'Runner' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  pod 'GoogleMLKit/FaceDetection', '2.6.0'
  pod 'GoogleMLKit/TextRecognition', '2.6.0'
  pod 'Alamofire'
  pod 'MBProgressHUD'
  pod 'Sentry'

end