From bb4d94fd1ff2b0644db602e7e7c47b2263d3bf4f Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Tue, 31 Oct 2017 15:08:17 -0400 Subject: [PATCH] Respond to CR. // FREEBIE --- Podfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Podfile b/Podfile index bd5a86210..7b20de886 100644 --- a/Podfile +++ b/Podfile @@ -2,8 +2,8 @@ platform :ios, '8.0' source 'https://github.com/CocoaPods/Specs.git' target 'Signal' do - pod 'Mantle', :inhibit_warnings => true - pod 'YapDatabase/SQLCipher', '~> 2.9.3', :inhibit_warnings => true + pod 'Mantle', :inhibit_warnings => true + pod 'YapDatabase/SQLCipher', '~> 2.9.3', :inhibit_warnings => true pod 'ATAppUpdater', :inhibit_warnings => true pod 'AxolotlKit', git: 'https://github.com/WhisperSystems/SignalProtocolKit.git' #pod 'AxolotlKit', path: '../SignalProtocolKit'