linphone-iphone/Podfile
2018-11-30 16:18:45 +01:00

63 lines
1.4 KiB
Ruby

# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
source "git@gitlab.linphone.org:BC/public/podspec.git"
target 'latestCallsWidget' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
use_frameworks!
# Pods for latestCallsWidget
end
target 'latestChatroomsWidget' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
use_frameworks!
# Pods for latestChatroomsWidget
end
target 'liblinphoneTester' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
use_frameworks!
# Pods for liblinphoneTester
pod 'linphone-sdk', '~> 4.1-61-g3043fc8'
target 'liblinphoneTesterTests' do
inherit! :search_paths
# Pods for testing
end
end
target 'linphone' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
use_frameworks!
# Pods for linphone
pod 'linphone-sdk', '~> 4.1-61-g3043fc8'
target 'linphoneTests' do
inherit! :search_paths
# Pods for testing
end
end
target 'linphoneExtension' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
use_frameworks!
# Pods for linphoneExtension
end
target 'richNotifications' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
use_frameworks!
# Pods for richNotifications
end