From 16bd3c040b69bd5b2b125d1b8f15d1bb03e272ba Mon Sep 17 00:00:00 2001 From: Chris Dzombak Date: Tue, 26 Jan 2016 10:13:02 -0500 Subject: [PATCH] Remove Swift-Tests target from Example's Podfile This should've been covered in https://github.com/NYTimes/NYTPhotoViewer/pull/128 --- Example/Podfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Example/Podfile b/Example/Podfile index da2c53b0..3e8d41bc 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -12,8 +12,3 @@ end target 'NYTPhotoViewer-Swift', :exclusive => true do pod "NYTPhotoViewer/AnimatedGifSupport", :path => "../" end - -target 'NYTPhotoViewer-SwiftTests', :exclusive => true do - pod "NYTPhotoViewer/AnimatedGifSupport", :path => "../" - pod 'OCMock', '~> 3.2' -end \ No newline at end of file