From 0cb680d8a8798922129b7dad7cc8cc747e31df84 Mon Sep 17 00:00:00 2001 From: Christophe Deschamps Date: Wed, 15 Jun 2022 18:03:46 +0200 Subject: [PATCH] Added missing Pods --- Podfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Podfile b/Podfile index 05147ccc4..e90c6390a 100644 --- a/Podfile +++ b/Podfile @@ -26,6 +26,9 @@ target 'linphone' do # Pods for linphone pod 'SVProgressHUD' + pod 'SnapKit' + pod 'DropDown' + pod 'IQKeyboardManager' all_pods end