source 'https://github.com/CocoaPods/Specs.git' use_frameworks! target 'UIDevice-Utils_Example', :exclusive => true do pod "UIDevice-Utils", :path => "../" end target 'UIDevice-Utils_Tests', :exclusive => true do pod "UIDevice-Utils", :path => "../" pod 'Specta' pod 'Expecta' pod 'FBSnapshotTestCase' pod 'Expecta+Snapshots' end