From 33d23b3e512fc785d935b14f8fea79c68ee7489d Mon Sep 17 00:00:00 2001 From: nielsandriesse Date: Tue, 18 Aug 2020 14:15:04 +1000 Subject: [PATCH] Update Pods --- Podfile.lock | 22 +++++++++++----------- Pods | 2 +- SessionServiceKit.podspec | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Podfile.lock b/Podfile.lock index acfaf69b2..18b7583ef 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -14,9 +14,9 @@ PODS: - AFNetworking/Serialization (3.2.1) - AFNetworking/UIKit (3.2.1): - AFNetworking/NSURLSession - - CocoaLumberjack (3.6.1): - - CocoaLumberjack/Core (= 3.6.1) - - CocoaLumberjack/Core (3.6.1) + - CocoaLumberjack (3.6.2): + - CocoaLumberjack/Core (= 3.6.2) + - CocoaLumberjack/Core (3.6.2) - CryptoSwift (1.3.1) - FeedKit (8.1.1) - GCDWebServer (3.5.4): @@ -72,7 +72,7 @@ PODS: - SessionHKDFKit/Tests (0.0.5): - CocoaLumberjack - SessionCoreKit - - SessionMetadataKit (1.0.7): + - SessionMetadataKit (1.0.8): - CocoaLumberjack - CryptoSwift (~> 1.3) - SessionAxolotlKit (~> 1.0.7) @@ -80,7 +80,7 @@ PODS: - SessionCurve25519Kit (~> 2.1.2) - SessionHKDFKit (~> 0.0.5) - SwiftProtobuf (~> 1.5.0) - - SessionMetadataKit/Tests (1.0.7): + - SessionMetadataKit/Tests (1.0.8): - CocoaLumberjack - CryptoSwift (~> 1.3) - SessionAxolotlKit (~> 1.0.7) @@ -101,7 +101,7 @@ PODS: - SessionAxolotlKit (~> 1.0.7) - SessionCoreKit (~> 1.0.0) - SessionCurve25519Kit (~> 2.1.3) - - SessionMetadataKit (~> 1.0.7) + - SessionMetadataKit (~> 1.0.8) - Starscream - SwiftProtobuf (~> 1.5.0) - YapDatabase/SQLCipher @@ -118,7 +118,7 @@ PODS: - SessionAxolotlKit (~> 1.0.7) - SessionCoreKit (~> 1.0.0) - SessionCurve25519Kit (~> 2.1.3) - - SessionMetadataKit (~> 1.0.7) + - SessionMetadataKit (~> 1.0.8) - Starscream - SwiftProtobuf (~> 1.5.0) - YapDatabase/SQLCipher @@ -289,7 +289,7 @@ CHECKOUT OPTIONS: :commit: 0dcf8cf8a7995ef8663146f7063e6c1d7f5a3274 :git: https://github.com/nielsandriesse/session-ios-hkdf-kit.git SessionMetadataKit: - :commit: 43f1de289de7a2fbf629294652dc34a1e9ba76e7 + :commit: b199165ece8b32bcbfc07cf76979cc925996db79 :git: https://github.com/loki-project/session-ios-metadata-kit Starscream: :commit: b09ea163c3cb305152c65b299cb024610f52e735 @@ -300,7 +300,7 @@ CHECKOUT OPTIONS: SPEC CHECKSUMS: AFNetworking: b6f891fdfaed196b46c7a83cf209e09697b94057 - CocoaLumberjack: b17ae15142558d08bbacf69775fa10c4abbebcc9 + CocoaLumberjack: bd155f2dd06c0e0b03f876f7a3ee55693122ec94 CryptoSwift: f12f037f6d0fcd6d48c96db0071b653de64e6c4d FeedKit: 3418eed25f0b493b205b4de1b8511ac21d413fa9 GCDWebServer: 2c156a56c8226e2d5c0c3f208a3621ccffbe3ce4 @@ -316,8 +316,8 @@ SPEC CHECKSUMS: SessionCoreKit: 778a3f6e3da788b43497734166646025b6392e88 SessionCurve25519Kit: 9bb9afe199e4bc23578a4b15932ad2c57bd047b1 SessionHKDFKit: b0f4e669411703ab925aba07491c5611564d1419 - SessionMetadataKit: 22629bea760b0c124a6a7a4d0bf0195362bc8e92 - SessionServiceKit: 98198f84944d91f585cacbc557de8fc70bee6d1f + SessionMetadataKit: 714497ffb50136b7965426d81bbf9f8cc0e69f98 + SessionServiceKit: c86ddc530604d0e6f165a2b28f54929475f1cbfe SQLCipher: e434ed542b24f38ea7b36468a13f9765e1b5c072 SSZipArchive: 62d4947b08730e4cda640473b0066d209ff033c9 Starscream: 8aaf1a7feb805c816d0e7d3190ef23856f6665b9 diff --git a/Pods b/Pods index d626be8f6..c89ab147a 160000 --- a/Pods +++ b/Pods @@ -1 +1 @@ -Subproject commit d626be8f621bad9ed9d04d4370cbbb23cc438746 +Subproject commit c89ab147afd32d3dde1e249070dd544abcf9c1c5 diff --git a/SessionServiceKit.podspec b/SessionServiceKit.podspec index fde900166..c095ea4f2 100644 --- a/SessionServiceKit.podspec +++ b/SessionServiceKit.podspec @@ -52,7 +52,7 @@ A Swift/Objective-C library for communicating with the Session messaging service s.dependency 'Reachability' s.dependency 'SwiftProtobuf', '~> 1.5.0' s.dependency 'SessionCoreKit', '~> 1.0.0' - s.dependency 'SessionMetadataKit', '~> 1.0.7' + s.dependency 'SessionMetadataKit', '~> 1.0.8' s.dependency 'PromiseKit', '~> 6.0' s.test_spec 'Tests' do |test_spec|