From c7008e37bda38c970e3aa5dbd36e4cb9e9d45eac Mon Sep 17 00:00:00 2001 From: Benoit Martins Date: Mon, 15 May 2023 10:00:32 +0200 Subject: [PATCH] Add SwipeCellKit gitlab repository in Podfile --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index 81dec3d76..9f45319c7 100644 --- a/Podfile +++ b/Podfile @@ -29,7 +29,7 @@ target 'linphone' do pod 'SnapKit', '~> 5.6.0' pod 'DropDown' pod 'IQKeyboardManager' - pod 'SwipeCellKit' + pod 'SwipeCellKit' # https://github.com/SwipeCellKit/SwipeCellKit all_pods end