Files
documents-ocr-ios/Example/Podfile
T
2016-09-27 10:07:35 +03:00

13 lines
165 B
Ruby

use_frameworks!
target 'DocumentsOCR_Example' do
pod 'DocumentsOCR', :path => '../'
target 'DocumentsOCR_Tests' do
inherit! :search_paths
end
end