mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-24 17:58:41 +00:00
update podfile
This commit is contained in:
parent
6a19fe2f9a
commit
740cfa7e18
1 changed files with 3 additions and 3 deletions
6
Podfile
6
Podfile
|
|
@ -1,6 +1,6 @@
|
||||||
# Uncomment the next line to define a global platform for your project
|
# Uncomment the next line to define a global platform for your project
|
||||||
platform :ios, '9.0'
|
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"
|
source "https://github.com/CocoaPods/Specs.git"
|
||||||
|
|
||||||
target 'latestCallsWidget' do
|
target 'latestCallsWidget' do
|
||||||
|
|
@ -24,7 +24,7 @@ target 'liblinphoneTester' do
|
||||||
use_frameworks!
|
use_frameworks!
|
||||||
|
|
||||||
# Pods for liblinphoneTester
|
# Pods for liblinphoneTester
|
||||||
pod 'linphone-sdk', '~> 4.1-152-g7a39770'
|
pod 'linphone-sdk', '~> 4.1-221-g241bbf9'
|
||||||
pod 'Firebase/Core'
|
pod 'Firebase/Core'
|
||||||
pod 'Fabric', '~> 1.9.0'
|
pod 'Fabric', '~> 1.9.0'
|
||||||
pod 'Crashlytics', '~> 3.12.0'
|
pod 'Crashlytics', '~> 3.12.0'
|
||||||
|
|
@ -42,7 +42,7 @@ target 'linphone' do
|
||||||
use_frameworks!
|
use_frameworks!
|
||||||
|
|
||||||
# Pods for linphone
|
# Pods for linphone
|
||||||
pod 'linphone-sdk', '~> 4.1-152-g7a39770'
|
pod 'linphone-sdk', '~> 4.1-221-g241bbf9'
|
||||||
pod 'Firebase/Core'
|
pod 'Firebase/Core'
|
||||||
pod 'Fabric', '~> 1.9.0'
|
pod 'Fabric', '~> 1.9.0'
|
||||||
pod 'Crashlytics', '~> 3.12.0'
|
pod 'Crashlytics', '~> 3.12.0'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue