# Uncomment this line to define a global platform for your project # platform :ios, '6.0' target 'linphone' do end target 'LinphoneTester' do end target 'LinphoneTester Tests' do end target 'KifTests', :exclusive => true do pod 'KIF', '~> 3.0' end