From 116bce42bf1394abc9ad10fb4240470af6f3a217 Mon Sep 17 00:00:00 2001 From: Vladislav Meleshko <> Date: Fri, 2 Apr 2021 20:17:58 +0200 Subject: [PATCH] podfile --- Podfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Podfile b/Podfile index 5402d69..574db8e 100644 --- a/Podfile +++ b/Podfile @@ -6,9 +6,9 @@ inhibit_all_warnings! target 'UBCore' do - pod 'Moya', '14.0.0-beta.5' - pod 'ReachabilitySwift', '~> 5.0' - pod 'DAO/Realm' + pod 'Moya' + pod 'ReachabilitySwift' + pod 'DAO/Realm' target 'UBCoreTests' do end