update podfile

This commit is contained in:
Danmei Chen 2019-02-11 13:37:34 +01:00
parent 6a19fe2f9a
commit 740cfa7e18

View file

@ -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'