12 lines
198 B
Ruby
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
|