diff --git a/Podfile b/Podfile index 687ae3c56c..a365452449 100644 --- a/Podfile +++ b/Podfile @@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '7.0' -target :'AsyncDisplayKitTests', :exclusive => true do +target :'AsyncDisplayKitTests' do pod 'OCMock', '~> 2.2' pod 'FBSnapshotTestCase', '~> 1.8.1' end