forked from mirrors/linphone-iphone
19 lines
257 B
Ruby
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
|
|
|