|
|
|
@ -6,6 +6,7 @@ use_frameworks!
|
|
|
|
|
target 'Session' do
|
|
|
|
|
pod 'AFNetworking', inhibit_warnings: true
|
|
|
|
|
pod 'CryptoSwift', :inhibit_warnings => true
|
|
|
|
|
pod 'GoogleWebRTC', :inhibit_warnings => true
|
|
|
|
|
pod 'Mantle', git: 'https://github.com/signalapp/Mantle', branch: 'signal-master', :inhibit_warnings => true
|
|
|
|
|
pod 'NVActivityIndicatorView', :inhibit_warnings => true
|
|
|
|
|
pod 'PromiseKit', :inhibit_warnings => true
|
|
|
|
@ -13,7 +14,6 @@ target 'Session' do
|
|
|
|
|
pod 'Reachability', :inhibit_warnings => true
|
|
|
|
|
pod 'SocketRocket', '~> 0.5.1', :inhibit_warnings => true
|
|
|
|
|
pod 'Sodium', '~> 0.8.0', :inhibit_warnings => true
|
|
|
|
|
pod 'WebRTC', '~> 63.11', :inhibit_warnings => true
|
|
|
|
|
pod 'YapDatabase/SQLCipher', :git => 'https://github.com/loki-project/session-ios-yap-database.git', branch: 'signal-release', :inhibit_warnings => true
|
|
|
|
|
pod 'YYImage', git: 'https://github.com/signalapp/YYImage', :inhibit_warnings => true
|
|
|
|
|
pod 'ZXingObjC', :inhibit_warnings => true
|
|
|
|
@ -23,20 +23,20 @@ target 'SessionShareExtension' do
|
|
|
|
|
pod 'AFNetworking', inhibit_warnings: true
|
|
|
|
|
pod 'CryptoSwift', :inhibit_warnings => true
|
|
|
|
|
pod 'Curve25519Kit', git: 'https://github.com/signalapp/Curve25519Kit.git', :inhibit_warnings => true
|
|
|
|
|
pod 'GoogleWebRTC', :inhibit_warnings => true
|
|
|
|
|
pod 'Mantle', git: 'https://github.com/signalapp/Mantle', branch: 'signal-master', :inhibit_warnings => true
|
|
|
|
|
pod 'PromiseKit', :inhibit_warnings => true
|
|
|
|
|
pod 'PureLayout', '~> 3.1.8', :inhibit_warnings => true
|
|
|
|
|
pod 'SignalCoreKit', git: 'https://github.com/signalapp/SignalCoreKit.git', :inhibit_warnings => true
|
|
|
|
|
pod 'SocketRocket', '~> 0.5.1', :inhibit_warnings => true
|
|
|
|
|
pod 'WebRTC', '~> 63.11', :inhibit_warnings => true
|
|
|
|
|
pod 'YapDatabase/SQLCipher', :git => 'https://github.com/loki-project/session-ios-yap-database.git', branch: 'signal-release', :inhibit_warnings => true
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
target 'SessionNotificationServiceExtension' do
|
|
|
|
|
pod 'Curve25519Kit', git: 'https://github.com/signalapp/Curve25519Kit.git', :inhibit_warnings => true
|
|
|
|
|
pod 'GoogleWebRTC', :inhibit_warnings => true
|
|
|
|
|
pod 'SignalCoreKit', git: 'https://github.com/signalapp/SignalCoreKit.git', :inhibit_warnings => true
|
|
|
|
|
pod 'SocketRocket', '~> 0.5.1', :inhibit_warnings => true
|
|
|
|
|
pod 'WebRTC', '~> 63.11', :inhibit_warnings => true
|
|
|
|
|
pod 'YapDatabase/SQLCipher', :git => 'https://github.com/loki-project/session-ios-yap-database.git', branch: 'signal-release', :inhibit_warnings => true
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
@ -44,6 +44,7 @@ target 'SignalUtilitiesKit' do
|
|
|
|
|
pod 'AFNetworking', inhibit_warnings: true
|
|
|
|
|
pod 'CryptoSwift', :inhibit_warnings => true
|
|
|
|
|
pod 'Curve25519Kit', git: 'https://github.com/signalapp/Curve25519Kit.git', :inhibit_warnings => true
|
|
|
|
|
pod 'GoogleWebRTC', :inhibit_warnings => true
|
|
|
|
|
pod 'GRKOpenSSLFramework', :inhibit_warnings => true
|
|
|
|
|
pod 'HKDFKit', :inhibit_warnings => true
|
|
|
|
|
pod 'Mantle', git: 'https://github.com/signalapp/Mantle', branch: 'signal-master', :inhibit_warnings => true
|
|
|
|
@ -55,7 +56,6 @@ target 'SignalUtilitiesKit' do
|
|
|
|
|
pod 'SignalCoreKit', git: 'https://github.com/signalapp/SignalCoreKit.git', :inhibit_warnings => true
|
|
|
|
|
pod 'SocketRocket', '~> 0.5.1', :inhibit_warnings => true
|
|
|
|
|
pod 'SwiftProtobuf', '~> 1.5.0', :inhibit_warnings => true
|
|
|
|
|
pod 'WebRTC', '~> 63.11', :inhibit_warnings => true
|
|
|
|
|
pod 'YapDatabase/SQLCipher', :git => 'https://github.com/loki-project/session-ios-yap-database.git', branch: 'signal-release', :inhibit_warnings => true
|
|
|
|
|
pod 'YYImage', git: 'https://github.com/signalapp/YYImage', :inhibit_warnings => true
|
|
|
|
|
end
|
|
|
|
@ -68,6 +68,7 @@ target 'SessionMessagingKit' do
|
|
|
|
|
pod 'AFNetworking', inhibit_warnings: true
|
|
|
|
|
pod 'CryptoSwift', :inhibit_warnings => true
|
|
|
|
|
pod 'Curve25519Kit', git: 'https://github.com/signalapp/Curve25519Kit.git', :inhibit_warnings => true
|
|
|
|
|
pod 'GoogleWebRTC', :inhibit_warnings => true
|
|
|
|
|
pod 'HKDFKit', :inhibit_warnings => true
|
|
|
|
|
pod 'Mantle', git: 'https://github.com/signalapp/Mantle', branch: 'signal-master', :inhibit_warnings => true
|
|
|
|
|
pod 'PromiseKit', :inhibit_warnings => true
|
|
|
|
@ -78,7 +79,6 @@ target 'SessionMessagingKit' do
|
|
|
|
|
pod 'SocketRocket', '~> 0.5.1', :inhibit_warnings => true
|
|
|
|
|
pod 'Sodium', '~> 0.8.0', :inhibit_warnings => true
|
|
|
|
|
pod 'SwiftProtobuf', '~> 1.5.0', :inhibit_warnings => true
|
|
|
|
|
pod 'WebRTC', '~> 63.11', :inhibit_warnings => true
|
|
|
|
|
pod 'YapDatabase/SQLCipher', :git => 'https://github.com/loki-project/session-ios-yap-database.git', branch: 'signal-release', :inhibit_warnings => true
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|