From b7813bdc9a03dc246e1f0e41c9e130af4ba1ac8f Mon Sep 17 00:00:00 2001 From: Frederic Jacobs Date: Tue, 3 May 2016 23:07:27 +0200 Subject: [PATCH] OpenSSL dependency update. (#1167) Following security advisory (https://www.openssl.org/news/secadv/20160503.txt), OpenSSL removed sources of previous version. //FREEBIE --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index a20c0bffb..85278e08b 100644 --- a/Podfile +++ b/Podfile @@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git' link_with ["Signal", "SignalTests"] pod 'SignalServiceKit', :git => 'https://github.com/WhisperSystems/SignalServiceKit.git' -pod 'OpenSSL', '~> 1.0.205' +pod 'OpenSSL', '~> 1.0.208' pod 'PastelogKit', '~> 1.3' pod 'FFCircularProgressView', '~> 0.5' pod 'SCWaveformView', '~> 1.0'