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