diff --git a/Podfile b/Podfile index da609dd..5e1d6cc 100644 --- a/Podfile +++ b/Podfile @@ -1,4 +1,4 @@ -target 'RBBAnimationTest', :exclusive => true do +target 'RBBAnimationTest' do platform :ios, '7.0' pod 'libextobjc/EXTScope', '0.4' @@ -6,14 +6,14 @@ target 'RBBAnimationTest', :exclusive => true do pod 'libextobjc/EXTSynthesize' end -target 'Specs-Mac', :exclusive => true do +target 'Specs-Mac' do platform :osx, '10.8' pod 'Specta', '~> 0.2.1' pod 'Expecta', '0.3' end -target 'Specs-iOS', :exclusive => true do +target 'Specs-iOS' do platform :ios, '6.0' pod 'Specta', '~> 0.2.1'