From 64e3620c981b8f0d5c3a12c116772d6cf6799873 Mon Sep 17 00:00:00 2001 From: g4bor k0vacs Date: Sat, 14 Jan 2017 20:16:39 +0100 Subject: [PATCH] CocoaPods 1.0 support - Drop the deprecated `exclusive` flag from Podfile --- Podfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'