linphone-iphone/Podfile
2015-01-17 23:00:34 +01:00

19 lines
257 B
Ruby

# 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