14 lines
187 B
Ruby
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
|
|
|