Update SessionServiceKit.podspec

This commit is contained in:
nielsandriesse 2020-06-04 16:36:40 +10:00
parent 6e37761d3f
commit b2072ebfec
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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|