Add SignalClient to the Podfile
This commit is contained in:
parent
9ba068057e
commit
dec438c67f
3
Podfile
3
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"]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user