Files
2016-10-04 12:36:01 +03:00

14 lines
187 B
Ruby

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