Files
StepperView/Example/Podfile
T
Badarinath Venkatnarayansetty ebb86379d4 Initial commit
2020-04-04 23:58:18 -07:00

12 lines
198 B
Ruby

use_frameworks!
target 'StepperView_Example' do
pod 'StepperView', :path => '../'
target 'StepperView_Tests' do
inherit! :search_paths
pod 'FBSnapshotTestCase' , '~> 2.1.4'
end
end