mirror of https://github.com/oxen-io/session-ios
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.0 KiB
Ruby
24 lines
1.0 KiB
Ruby
platform :ios, '7.0'
|
|
source 'https://github.com/CocoaPods/Specs.git'
|
|
inhibit_all_warnings!
|
|
|
|
link_with ["Signal", "SignalTests"]
|
|
|
|
pod 'OpenSSL', '~> 1.0.201'
|
|
pod 'libPhoneNumber-iOS', '~> 0.8.2'
|
|
pod 'AxolotlKit', '~> 0.6.2'
|
|
pod 'PastelogKit', '~> 1.2'
|
|
pod 'TwistedOakCollapsingFutures','~> 1.0'
|
|
pod 'AFNetworking', '~> 2.5.1'
|
|
pod 'Mantle', '~> 1.5'
|
|
pod 'FFCircularProgressView', '>= 0.1'
|
|
pod 'SCWaveformView', '~> 1.0'
|
|
pod 'YapDatabase/SQLCipher'
|
|
pod 'SSKeychain'
|
|
pod 'DJWActionSheet'
|
|
|
|
pod 'SocketRocket', :git => 'https://github.com/FredericJacobs/SocketRocket.git', :commit => '73d8a19'
|
|
pod 'JSQMessagesViewController', :git => 'https://github.com/WhisperSystems/JSQMessagesViewController', :commit => '9be8f6ed65eb55368a5ff767f055158cf585065f'
|
|
pod 'APDropDownNavToolbar', :git => 'https://github.com/corbett/APDropDownNavToolbar.git', :branch => 'master'
|
|
pod 'UICKeyChainStore', :podspec => 'Podspecs/UICKeyChainStore.podspec'
|