session-ios/Podfile

10 lines
237 B
Plaintext
Raw Normal View History

2014-05-06 19:41:08 +02:00
platform :ios, '7.0'
link_with ["Signal", "SignalTests"]
2014-05-07 00:33:20 +02:00
pod 'UICKeyChainStore', '~> 1.0.5'
2014-06-27 02:53:18 +02:00
pod 'OpenSSL', '~> 1.0.108'
2014-05-06 19:41:08 +02:00
pod 'MMDrawerController', '~> 0.5.0'
pod 'libPhoneNumber-iOS', '~> 0.7'
pod 'CocoaLumberjack'