|
|
@ -11,13 +11,13 @@ def shared_pods
|
|
|
|
pod 'SQLCipher', :git => 'https://github.com/sqlcipher/sqlcipher.git', :commit => 'd5c2bec'
|
|
|
|
pod 'SQLCipher', :git => 'https://github.com/sqlcipher/sqlcipher.git', :commit => 'd5c2bec'
|
|
|
|
# pod 'YapDatabase/SQLCipher', path: '../YapDatabase'
|
|
|
|
# pod 'YapDatabase/SQLCipher', path: '../YapDatabase'
|
|
|
|
pod 'YapDatabase/SQLCipher', :git => 'https://github.com/signalapp/YapDatabase.git', branch: 'signal-release'
|
|
|
|
pod 'YapDatabase/SQLCipher', :git => 'https://github.com/signalapp/YapDatabase.git', branch: 'signal-release'
|
|
|
|
pod 'AxolotlKit', git: 'https://github.com/signalapp/SignalProtocolKit.git', branch: 'release/2.30.2'
|
|
|
|
# pod 'AxolotlKit', git: 'https://github.com/signalapp/SignalProtocolKit.git'
|
|
|
|
# pod 'AxolotlKit', path: '../SignalProtocolKit'
|
|
|
|
pod 'AxolotlKit', path: '../SignalProtocolKit'
|
|
|
|
|
|
|
|
# pod 'HKDFKit', git: 'https://github.com/signalapp/HKDFKit.git'
|
|
|
|
|
|
|
|
pod 'HKDFKit', path: '../HKDFKit'
|
|
|
|
|
|
|
|
# pod 'Curve25519Kit', git: 'https://github.com/signalapp/Curve25519Kit'
|
|
|
|
|
|
|
|
pod 'Curve25519Kit', path: '../Curve25519Kit'
|
|
|
|
pod 'SignalServiceKit', path: '.', testspecs: ["Tests"]
|
|
|
|
pod 'SignalServiceKit', path: '.', testspecs: ["Tests"]
|
|
|
|
pod 'HKDFKit', git: 'https://github.com/signalapp/HKDFKit.git'
|
|
|
|
|
|
|
|
# pod 'HKDFKit', path: '../HKDFKit'
|
|
|
|
|
|
|
|
pod 'Curve25519Kit', git: 'https://github.com/signalapp/Curve25519Kit'
|
|
|
|
|
|
|
|
# pod 'Curve25519Kit', path: '../Curve25519Kit'
|
|
|
|
|
|
|
|
pod 'GRKOpenSSLFramework', git: 'https://github.com/signalapp/GRKOpenSSLFramework'
|
|
|
|
pod 'GRKOpenSSLFramework', git: 'https://github.com/signalapp/GRKOpenSSLFramework'
|
|
|
|
#pod 'GRKOpenSSLFramework', path: '../GRKOpenSSLFramework'
|
|
|
|
#pod 'GRKOpenSSLFramework', path: '../GRKOpenSSLFramework'
|
|
|
|
|
|
|
|
|
|
|
|