From bde4fe7e246fb262f2709f46556e236c6d6f462c Mon Sep 17 00:00:00 2001 From: Nick Velloff Date: Wed, 25 May 2016 07:34:07 -0700 Subject: [PATCH] remove exclusive => true due to 1.0.0 changes (#1695) --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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