Files
StepperView/Example/Podfile
2020-04-14 14:00:45 -07:00

14 lines
288 B
Ruby

use_frameworks!
# ignore all warnings from all dependencies
#inhibit_all_warnings!
target 'StepperView_Example' do
pod 'StepperView', :path => '../'
target 'StepperView_Tests' do
inherit! :search_paths
pod 'SnapshotTesting', '~> 1.7.2', :inhibit_warnings => true
end
end