session-ios/Podfile

23 lines
1,017 B
Plaintext
Raw Normal View History

2014-05-06 19:41:08 +02:00
platform :ios, '7.0'
source 'https://github.com/CocoaPods/Specs.git'
inhibit_all_warnings!
2014-05-06 19:41:08 +02:00
link_with ["Signal", "SignalTests"]
2015-01-30 09:28:31 +01:00
pod 'SocketRocket', :git => 'https://github.com/FredericJacobs/SocketRocket.git', :commit => '73d8a19'
pod 'OpenSSL', '~> 1.0.200'
pod 'libPhoneNumber-iOS', '~> 0.8.2'
pod 'AxolotlKit', '~> 0.6.2'
2014-10-06 01:28:45 +02:00
pod 'PastelogKit', '~> 1.2'
pod 'TwistedOakCollapsingFutures','~> 1.0'
pod 'YapDatabase/SQLCipher'
pod 'AFNetworking', '~> 2.5.1'
pod 'Mantle', '~> 1.5'
2014-12-12 17:13:38 +01:00
pod 'SSKeychain'
pod 'JSQMessagesViewController', :git => 'https://github.com/WhisperSystems/JSQMessagesViewController', :branch => 'JSignalQ'
2014-10-29 21:58:58 +01:00
pod 'DJWActionSheet'
pod 'UICKeyChainStore', :podspec => 'Podspecs/UICKeyChainStore.podspec'
pod 'APDropDownNavToolbar', :git => 'https://github.com/corbett/APDropDownNavToolbar.git', :branch => 'master'
pod 'FFCircularProgressView', '>= 0.1'
2015-01-25 00:48:40 +01:00
pod 'SCWaveformView'