From 37981ca4c9d3db5eb3155dbd24c36eee1d319dcd Mon Sep 17 00:00:00 2001 From: Benoit Martins Date: Mon, 15 May 2023 10:04:05 +0200 Subject: [PATCH] Add Github/License for SwipeCellKit in Podfile --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index 9f45319c7..4353935a4 100644 --- a/Podfile +++ b/Podfile @@ -29,7 +29,7 @@ target 'linphone' do pod 'SnapKit', '~> 5.6.0' pod 'DropDown' pod 'IQKeyboardManager' - pod 'SwipeCellKit' # https://github.com/SwipeCellKit/SwipeCellKit + pod 'SwipeCellKit' # License: https://github.com/SwipeCellKit/SwipeCellKit/blob/develop/LICENSE all_pods end