2016-01-28 19:52:10 +01:00

16 lines
369 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'ToucheableScrollView_Example', :exclusive => true do
pod 'ToucheableScrollView', :path => '../'
end
target 'ToucheableScrollView_Tests', :exclusive => true do
pod 'ToucheableScrollView', :path => '../'
pod 'Specta'
pod 'Expecta'
pod 'FBSnapshotTestCase'
pod 'Expecta+Snapshots'
end