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