mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-03 21:12:20 +02:00
ffi: Expose LibsignalLogger protocol rather than depending on DDLog
This drops the SignalCoreKit dependency for the CocoaPod, but does mean clients will have to register their own logger explicitly.
This commit is contained in:
@@ -16,8 +16,6 @@ Pod::Spec.new do |s|
|
||||
s.swift_version = '5'
|
||||
s.platform = :ios, '13.0'
|
||||
|
||||
s.dependency 'SignalCoreKit'
|
||||
|
||||
s.source_files = ['swift/Sources/**/*.swift', 'swift/Sources/**/*.m']
|
||||
s.preserve_paths = [
|
||||
'swift/Sources/SignalFfi',
|
||||
|
||||
Reference in New Issue
Block a user