Files
ContainerController/Example/Podfile
2021-11-16 15:08:55 +03:00

11 lines
183 B
Ruby

use_frameworks!
target 'ContainerControllerSwift_Example' do
pod 'ContainerControllerSwift'
target 'ContainerControllerSwift_Tests' do
inherit! :search_paths
end
end