Files
2018-10-25 15:29:40 -06:00

16 lines
386 B
Ruby

use_frameworks!
target 'VersaPlayerOverlayContentExtension_Example' do
pod 'VersaPlayerOverlayContentExtension', :path => '../'
target 'VersaPlayerOverlayContentExtension_Tests' do
inherit! :search_paths
pod 'VersaPlayer'
pod 'Quick', '~> 1.2.0'
pod 'Nimble', '~> 7.0.2'
pod 'FBSnapshotTestCase' , '~> 2.1.4'
pod 'Nimble-Snapshots' , '~> 6.3.0'
end
end