11 lines
183 B
Ruby
11 lines
183 B
Ruby
use_frameworks!
|
|
|
|
target 'ContainerControllerSwift_Example' do
|
|
pod 'ContainerControllerSwift'
|
|
|
|
target 'ContainerControllerSwift_Tests' do
|
|
inherit! :search_paths
|
|
|
|
end
|
|
end
|