13 lines
165 B
Ruby
13 lines
165 B
Ruby
use_frameworks!
|
|
|
|
target 'DocumentsOCR_Example' do
|
|
pod 'DocumentsOCR', :path => '../'
|
|
|
|
target 'DocumentsOCR_Tests' do
|
|
inherit! :search_paths
|
|
|
|
|
|
end
|
|
end
|
|
|