From b2072ebfec0f4a2600cb45606767b233f46469e8 Mon Sep 17 00:00:00 2001 From: nielsandriesse Date: Thu, 4 Jun 2020 16:36:40 +1000 Subject: [PATCH] Update SessionServiceKit.podspec --- Podfile | 6 +++--- SessionServiceKit.podspec | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Podfile b/Podfile index 309167a9a..318c52876 100644 --- a/Podfile +++ b/Podfile @@ -13,13 +13,13 @@ def shared_pods pod 'SessionCoreKit', git: 'https://github.com/loki-project/session-ios-core-kit.git', testspecs: ["Tests"] # Fork of SignalCoreKit # pod 'SignalCoreKit', path: '../SignalCoreKit', testspecs: ["Tests"] - pod 'AxolotlKit', git: 'https://github.com/signalapp/SignalProtocolKit.git', branch: 'master', testspecs: ["Tests"] + pod 'SessionAxolotlKit', git: 'https://github.com/loki-project/session-ios-protocol-kit.git', branch: 'master', testspecs: ["Tests"] # Fork of AxolotlKit # pod 'AxolotlKit', path: '../SignalProtocolKit', testspecs: ["Tests"] - pod 'HKDFKit', git: 'https://github.com/signalapp/HKDFKit.git', testspecs: ["Tests"] + pod 'SessionHKDFKit', git: 'https://github.com/nielsandriesse/session-ios-hkdf-kit.git', testspecs: ["Tests"] # Fork of HKDFKit # pod 'HKDFKit', path: '../HKDFKit', testspecs: ["Tests"] - pod 'Curve25519Kit', git: 'https://github.com/signalapp/Curve25519Kit', testspecs: ["Tests"] + pod 'SessionCurve25519Kit', git: 'https://github.com/loki-project/session-ios-curve25519-kit', testspecs: ["Tests"] # Fork of Curve25519Kit # pod 'Curve25519Kit', path: '../Curve25519Kit', testspecs: ["Tests"] pod 'SessionMetadataKit', git: 'https://github.com/loki-project/session-ios-metadata-kit', testspecs: ["Tests"] # Fork of SignalMetadataKit diff --git a/SessionServiceKit.podspec b/SessionServiceKit.podspec index 2fe62d83b..fb55f2567 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 'Curve25519Kit' + s.dependency 'SessionCurve25519Kit', '~> 2.1.1' s.dependency 'CocoaLumberjack' s.dependency 'CryptoSwift', '~> 1.0' s.dependency 'AFNetworking' - s.dependency 'AxolotlKit' + s.dependency 'SessionAxolotlKit', '~> 1.0.0' s.dependency 'Mantle' s.dependency 'YapDatabase/SQLCipher' s.dependency 'Starscream' @@ -50,9 +50,9 @@ A Swift/Objective-C library for communicating with the Session messaging service s.dependency 'GRKOpenSSLFramework' s.dependency 'SAMKeychain' s.dependency 'Reachability' - s.dependency 'SwiftProtobuf' - s.dependency 'SessionCoreKit' - s.dependency 'SessionMetadataKit' + s.dependency 'SwiftProtobuf', '~> 1.5.0' + s.dependency 'SessionCoreKit', '~> 1.0.0' + s.dependency 'SessionMetadataKit', '~> 1.0.0' s.dependency 'PromiseKit', '~> 6.0' s.test_spec 'Tests' do |test_spec|