From 0f8672fb92568074f5b62218cc7ee8c2815d29be Mon Sep 17 00:00:00 2001 From: ronaldheft Date: Sat, 20 Aug 2022 10:11:30 -0400 Subject: [PATCH] Remove Unrealm --- ios/App/Podfile | 1 - 1 file changed, 1 deletion(-) diff --git a/ios/App/Podfile b/ios/App/Podfile index 9d135382..dcdae730 100644 --- a/ios/App/Podfile +++ b/ios/App/Podfile @@ -22,6 +22,5 @@ target 'App' do # Add your Pods here pod 'RealmSwift', '~>10' - pod 'Unrealm', '~>1.9' pod 'Alamofire', '~> 5.5' end