diff --git a/Podfile b/Podfile
index e99f1c2468da93ba1b39e67d81e913532bf02f24..a8ed968c1ccdb1ea6b715f601f6498875b185817 100644
--- a/Podfile
+++ b/Podfile
@@ -10,7 +10,6 @@ def pods
 	# VENTokenField is modified
 	pod 'VENTokenField', '~> 2.0'
 	pod 'mailcore2-ios', :git => 'https://github.com/MailCore/mailcore2.git', :branch => 'master'
-  #pod 'OpenSSL-Universal', :git => 'https://github.com/krzyzanowskim/OpenSSL.git', :branch => :master
 	pod 'BZipCompression'
 	pod 'KeychainAccess'
 	pod 'Onboard', '2.3.1'
@@ -39,14 +38,4 @@ post_install do | installer |
     require 'fileutils'
     FileUtils.cp_r('Pods/Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone-acknowledgements.plist',
                            '../enzevalos_iphone/enzevalos_iphone/Settings.bundle/Acknowledgements.plist', :remove_destination => true)
-#	installer.pods_project.targets.each do |target|
-#		if ['QAKit'].include? target.name
-#				target.build_configurations.each do |config|
-#					config.build_settings['SWIFT_VERSION'] = '3.2'
-#				end
-#		end
-	#	target.build_configurations.each do |config|
-	#		config.build_settings['SWIFT_VERSION'] = '3.2'
-	#	end
-#	end
 end