From b886f1a921368b1ec5f4a85350929e7fe8c5df48 Mon Sep 17 00:00:00 2001
From: Oliver Wiese <oliver.wiese@fu-berlin.de>
Date: Tue, 7 Nov 2017 09:31:04 +0100
Subject: [PATCH] clean pod file

---
 Podfile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/Podfile b/Podfile
index 31cae50..b489330 100644
--- a/Podfile
+++ b/Podfile
@@ -10,15 +10,10 @@ def pods
 	# VENTokenField is modified
 	pod 'VENTokenField', '~> 2.0'
 	pod 'mailcore2-ios', :git => 'https://github.com/MailCore/mailcore2.git', :branch => 'master'
-	#pod 'ObjectivePGP'
 	pod 'OpenSSL-Universal'
 	pod 'BZipCompression'
-	pod 'KeychainAccess'#, '~> 2.4'
+	pod 'KeychainAccess'
 	pod 'Onboard'
-	#pod 'deltachat-core', :git => 'https://github.com/r10s/deltachat-core.git', :branch => 'master'
-	# pod 'OpenSSL'
-
-	# pod 'UNNetPGP', :git => 'https://github.com/oliverFU/unnetpgp.git', :branch => 'master'
 	pod 'HockeySDK', '5.0.0'
 end
 
-- 
GitLab