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.
22 lines
981 B
Ruby
22 lines
981 B
Ruby
platform :ios, '7.0'
|
|
source 'https://github.com/CocoaPods/Specs.git'
|
|
inhibit_all_warnings!
|
|
|
|
link_with ["Signal", "SignalTests"]
|
|
|
|
pod 'SocketRocket', :git => 'https://github.com/square/SocketRocket.git', :commit => '954750c018'
|
|
pod 'OpenSSL', '~> 1.0.200'
|
|
pod 'libPhoneNumber-iOS', '~> 0.7'
|
|
pod 'AxolotlKit', '~> 0.5'
|
|
pod 'PastelogKit', '~> 1.2'
|
|
pod 'TwistedOakCollapsingFutures','~> 1.0'
|
|
pod 'YapDatabase/SQLCipher'
|
|
pod 'AFNetworking', '~> 2.5'
|
|
pod 'Mantle', '~> 1.5'
|
|
pod 'SSKeychain'
|
|
pod 'JSQMessagesViewController', :git => 'https://github.com/WhisperSystems/JSQMessagesViewController', :branch => 'JSignalQ'
|
|
pod 'DJWActionSheet'
|
|
pod 'UICKeyChainStore', :podspec => 'Podspecs/UICKeyChainStore.podspec'
|
|
pod 'APDropDownNavToolbar', :git => 'https://github.com/corbett/APDropDownNavToolbar.git', :branch => 'master'
|
|
pod 'FFCircularProgressView', '>= 0.1'
|