12 lines
188 B
Ruby
12 lines
188 B
Ruby
use_frameworks!
|
|
|
|
target 'OpenSourceController_Example' do
|
|
pod 'OpenSourceController', :path => '../'
|
|
|
|
target 'OpenSourceController_Tests' do
|
|
inherit! :search_paths
|
|
|
|
|
|
end
|
|
end
|