remove exclusive => true due to 1.0.0 changes (#1695)

This commit is contained in:
Nick Velloff 2016-05-25 07:34:07 -07:00 committed by appleguy
parent 95f1ab4902
commit bde4fe7e24

View File

@ -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