12 lines
212 B
Ruby
12 lines
212 B
Ruby
use_frameworks!
|
|
|
|
target 'PluggableApplicationDelegate_Example' do
|
|
pod 'PluggableApplicationDelegate', :path => '../'
|
|
|
|
target 'PluggableApplicationDelegate_Tests' do
|
|
inherit! :search_paths
|
|
|
|
|
|
end
|
|
end
|