14 lines
265 B
Ruby
Executable File
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
|
|
|