2014-05-06 19:41:08 +02:00
|
|
|
platform :ios, '7.0'
|
2014-10-02 00:32:35 +02:00
|
|
|
source 'https://github.com/CocoaPods/Specs.git'
|
2014-11-19 21:17:53 +01:00
|
|
|
inhibit_all_warnings!
|
2014-05-06 19:41:08 +02:00
|
|
|
|
|
|
|
link_with ["Signal", "SignalTests"]
|
|
|
|
|
2015-07-13 13:48:38 +02:00
|
|
|
pod 'OpenSSL', '~> 1.0.204'
|
2015-08-14 00:19:29 +02:00
|
|
|
pod 'libPhoneNumber-iOS', '~> 0.8.7'
|
2015-06-15 14:42:31 +02:00
|
|
|
pod 'AxolotlKit', '~> 0.7'
|
2015-08-14 00:19:29 +02:00
|
|
|
pod 'PastelogKit', '~> 1.3'
|
2014-08-21 01:43:33 +02:00
|
|
|
pod 'TwistedOakCollapsingFutures','~> 1.0'
|
2015-08-14 00:19:29 +02:00
|
|
|
pod 'AFNetworking', '~> 2.5.4'
|
|
|
|
pod 'Mantle', '~> 2.0.4'
|
|
|
|
pod 'FFCircularProgressView', '~> 0.5'
|
2015-03-20 00:57:26 +01:00
|
|
|
pod 'SCWaveformView', '~> 1.0'
|
2015-08-14 00:19:29 +02:00
|
|
|
pod 'YapDatabase/SQLCipher', '~> 2.7'
|
2015-08-24 00:28:50 +02:00
|
|
|
pod 'iRate', '~> 1.11'
|
2015-08-23 00:00:39 +02:00
|
|
|
pod 'SSKeychain'
|
2014-10-29 21:58:58 +01:00
|
|
|
pod 'DJWActionSheet'
|
2015-03-20 00:57:26 +01:00
|
|
|
|
2015-05-18 22:09:15 +02:00
|
|
|
pod 'SocketRocket', :git => 'https://github.com/FredericJacobs/SocketRocket.git', :commit => 'f1567f1be7ce49ecf2c9d284ead8ea7c422ee99b'
|
2015-06-07 17:43:47 +02:00
|
|
|
pod 'JSQMessagesViewController', :git => 'https://github.com/WhisperSystems/JSQMessagesViewController', :commit => 'e5582fef8a6b3e35f8070361ef37237222da712b'
|
2015-03-20 00:57:26 +01:00
|
|
|
pod 'APDropDownNavToolbar', :git => 'https://github.com/corbett/APDropDownNavToolbar.git', :branch => 'master'
|