mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Respond to CR.
// FREEBIE
This commit is contained in:
parent
aec6d67df3
commit
bb4d94fd1f
1 changed files with 2 additions and 2 deletions
4
Podfile
4
Podfile
|
@ -2,8 +2,8 @@ platform :ios, '8.0'
|
|||
source 'https://github.com/CocoaPods/Specs.git'
|
||||
|
||||
target 'Signal' do
|
||||
pod 'Mantle', :inhibit_warnings => true
|
||||
pod 'YapDatabase/SQLCipher', '~> 2.9.3', :inhibit_warnings => true
|
||||
pod 'Mantle', :inhibit_warnings => true
|
||||
pod 'YapDatabase/SQLCipher', '~> 2.9.3', :inhibit_warnings => true
|
||||
pod 'ATAppUpdater', :inhibit_warnings => true
|
||||
pod 'AxolotlKit', git: 'https://github.com/WhisperSystems/SignalProtocolKit.git'
|
||||
#pod 'AxolotlKit', path: '../SignalProtocolKit'
|
||||
|
|
Loading…
Reference in a new issue