diff --git a/Podfile b/Podfile index bca68b79e..3d2799a19 100644 --- a/Podfile +++ b/Podfile @@ -1,6 +1,6 @@ # 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" +source "https://gitlab.linphone.org/BC/public/podspec.git" source "https://github.com/CocoaPods/Specs.git" target 'latestCallsWidget' do @@ -24,7 +24,7 @@ target 'liblinphoneTester' do use_frameworks! # Pods for liblinphoneTester - pod 'linphone-sdk', '~> 4.1-152-g7a39770' + pod 'linphone-sdk', '~> 4.1-221-g241bbf9' pod 'Firebase/Core' pod 'Fabric', '~> 1.9.0' pod 'Crashlytics', '~> 3.12.0' @@ -42,7 +42,7 @@ target 'linphone' do use_frameworks! # Pods for linphone - pod 'linphone-sdk', '~> 4.1-152-g7a39770' + pod 'linphone-sdk', '~> 4.1-221-g241bbf9' pod 'Firebase/Core' pod 'Fabric', '~> 1.9.0' pod 'Crashlytics', '~> 3.12.0'