2015-09-01 19:22:08 +02:00
|
|
|
platform :ios, '8.0'
|
2014-10-02 00:32:35 +02:00
|
|
|
source 'https://github.com/CocoaPods/Specs.git'
|
2014-05-06 19:41:08 +02:00
|
|
|
link_with ["Signal", "SignalTests"]
|
|
|
|
|
2016-04-11 22:22:15 +02:00
|
|
|
pod 'SignalServiceKit', :git => 'https://github.com/WhisperSystems/SignalServiceKit.git'
|
2016-05-03 23:07:27 +02:00
|
|
|
pod 'OpenSSL', '~> 1.0.208'
|
2015-08-14 00:19:29 +02:00
|
|
|
pod 'PastelogKit', '~> 1.3'
|
|
|
|
pod 'FFCircularProgressView', '~> 0.5'
|
2015-03-20 00:57:26 +01:00
|
|
|
pod 'SCWaveformView', '~> 1.0'
|
2014-10-29 21:58:58 +01:00
|
|
|
pod 'DJWActionSheet'
|
2015-03-20 00:57:26 +01:00
|
|
|
|
2015-06-07 17:43:47 +02:00
|
|
|
pod 'JSQMessagesViewController', :git => 'https://github.com/WhisperSystems/JSQMessagesViewController', :commit => 'e5582fef8a6b3e35f8070361ef37237222da712b'
|