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.
13 lines
584 B
Ruby
13 lines
584 B
Ruby
platform :ios, '8.0'
|
|
source 'https://github.com/CocoaPods/Specs.git'
|
|
link_with ["Signal", "SignalTests"]
|
|
|
|
pod 'SignalServiceKit', :git => 'https://github.com/WhisperSystems/SignalServiceKit.git', :branch => 'test'
|
|
pod 'OpenSSL', '~> 1.0.205'
|
|
pod 'PastelogKit', '~> 1.3'
|
|
pod 'FFCircularProgressView', '~> 0.5'
|
|
pod 'SCWaveformView', '~> 1.0'
|
|
pod 'DJWActionSheet'
|
|
|
|
pod 'JSQMessagesViewController', :git => 'https://github.com/WhisperSystems/JSQMessagesViewController', :commit => 'e5582fef8a6b3e35f8070361ef37237222da712b'
|