Skip to content

Commit

Permalink
Remove Swift-Tests target from Example's Podfile
Browse files Browse the repository at this point in the history
This should've been covered in #128
  • Loading branch information
cdzombak committed Jan 26, 2016
1 parent 93eee38 commit 16bd3c0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 16bd3c0

Please sign in to comment.