mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
11 lines
399 B
Ruby
11 lines
399 B
Ruby
platform :ios, '7.0'
|
|
|
|
link_with ["Signal", "SignalTests"]
|
|
|
|
pod 'UICKeyChainStore', :podspec => 'Podspecs/UICKeyChainStore.podspec'
|
|
pod 'OpenSSL', '~> 1.0.109'
|
|
pod 'MMDrawerController', '~> 0.5.0'
|
|
pod 'libPhoneNumber-iOS', '~> 0.7'
|
|
pod 'PastelogKit', '~> 1.1'
|
|
pod 'AFNetworking', '~> 2.3.1'
|
|
pod 'TwistedOakCollapsingFutures','~> 1.0'
|