Files
2017-08-06 17:45:39 +03:00

14 lines
265 B
Ruby
Executable File

use_frameworks!
# ignore all warnings from all pods
inhibit_all_warnings!
target 'DocumentsOCR_Example' do
pod 'TesseractOCRiOS', :git => 'https://github.com/appintheair/Tesseract-OCR-iOS'
pod 'DocumentsOCR', :path => '../'
pod 'SVProgressHUD'
end