diff --git a/Podfile b/Podfile index 5c0b87c409..04e9c5d9d0 100644 --- a/Podfile +++ b/Podfile @@ -12,6 +12,9 @@ pod 'SwiftProtobuf', "1.7.0" pod 'SignalCoreKit', git: 'https://github.com/signalapp/SignalCoreKit.git', testspecs: ["Tests"] # pod 'SignalCoreKit', path: '../SignalCoreKit', testspecs: ["Tests"] +pod 'SignalClient', git: 'https://github.com/signalapp/libsignal-client.git', testspecs: ["Tests"] +# pod 'SignalClient', path: '../libsignal-client', testspecs: ["Tests"] + pod 'AxolotlKit', git: 'https://github.com/signalapp/SignalProtocolKit.git', branch: 'master', testspecs: ["Tests"] # pod 'AxolotlKit', path: '../SignalProtocolKit', testspecs: ["Tests"]