We’ve noticed that most people went to the App Store to leave really bad reviews of the app and it is severely affecting our discoverability. We will ask for a rating if we see you’ve been using the app for some time. If you rate the app or decline to rate, that’s fine. We will never bug you again!
24 lines
1.1 KiB
Ruby
24 lines
1.1 KiB
Ruby
platform :ios, '7.0'
|
|
source 'https://github.com/CocoaPods/Specs.git'
|
|
inhibit_all_warnings!
|
|
|
|
link_with ["Signal", "SignalTests"]
|
|
|
|
pod 'OpenSSL', '~> 1.0.204'
|
|
pod 'libPhoneNumber-iOS', '~> 0.8.7'
|
|
pod 'AxolotlKit', '~> 0.7'
|
|
pod 'PastelogKit', '~> 1.3'
|
|
pod 'TwistedOakCollapsingFutures','~> 1.0'
|
|
pod 'AFNetworking', '~> 2.5.4'
|
|
pod 'Mantle', '~> 2.0.4'
|
|
pod 'FFCircularProgressView', '~> 0.5'
|
|
pod 'SCWaveformView', '~> 1.0'
|
|
pod 'YapDatabase/SQLCipher', '~> 2.7'
|
|
pod 'iRate', '~> 1.11'
|
|
pod 'SSKeychain'
|
|
pod 'DJWActionSheet'
|
|
|
|
pod 'SocketRocket', :git => 'https://github.com/FredericJacobs/SocketRocket.git', :commit => 'f1567f1be7ce49ecf2c9d284ead8ea7c422ee99b'
|
|
pod 'JSQMessagesViewController', :git => 'https://github.com/WhisperSystems/JSQMessagesViewController', :commit => 'e5582fef8a6b3e35f8070361ef37237222da712b'
|
|
pod 'APDropDownNavToolbar', :git => 'https://github.com/corbett/APDropDownNavToolbar.git', :branch => 'master'
|