Files
ContainerController/Example/Podfile
T
2020-06-09 20:45:01 +03:00

12 lines
237 B
Ruby

use_frameworks!
target 'ContainerControllerSwift_Example' do
pod 'ContainerControllerSwift', :path => '../'
target 'ContainerControllerSwift_Tests' do
inherit! :search_paths
pod 'FBSnapshotTestCase' , '~> 2.1.4'
end
end