diff --git a/SessionServiceKit.podspec b/SessionServiceKit.podspec index a7910494e..5c521809f 100644 --- a/SessionServiceKit.podspec +++ b/SessionServiceKit.podspec @@ -38,11 +38,11 @@ A Swift/Objective-C library for communicating with the Session messaging service s.resources = ["SignalServiceKit/Resources/Certificates/*", "SignalServiceKit/src/Loki/Mnemonic/*.txt"] - s.dependency 'SessionCurve25519Kit', '~> 2.1.1' + s.dependency 'SessionCurve25519Kit', '~> 2.1.2' s.dependency 'CocoaLumberjack' s.dependency 'CryptoSwift', '~> 1.0' s.dependency 'AFNetworking' - s.dependency 'SessionAxolotlKit', '~> 1.0.1' + s.dependency 'SessionAxolotlKit', '~> 1.0.2' s.dependency 'Mantle' s.dependency 'YapDatabase/SQLCipher' s.dependency 'Starscream' @@ -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.0' + s.dependency 'SessionMetadataKit', '~> 1.0.1' s.dependency 'PromiseKit', '~> 6.0' s.test_spec 'Tests' do |test_spec|