summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS.podspec
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-03-02 11:39:16 -0500
committerJoel Fischer <joeljfischer@gmail.com>2017-03-02 11:39:16 -0500
commitec2d3aedd358816eefd1a35fe3bac041e14fec16 (patch)
tree4080ec02d5bd26499f5abfe80914916ebd8fdd30 /SmartDeviceLink-iOS.podspec
parentd509a7b2bfe1fb99242b8eaecf881c97eef6041b (diff)
downloadsdl_ios-ec2d3aedd358816eefd1a35fe3bac041e14fec16.tar.gz
Updates for logging and add a swift file(!)
* Add SDLLog.swift (podspec currently isn’t ready / not tested in Carthage) * Update log levels to be an enum and package in off and default levels * SDLLogManager is now public for swift reasons
Diffstat (limited to 'SmartDeviceLink-iOS.podspec')
-rw-r--r--SmartDeviceLink-iOS.podspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec
index fe6205867..746009eae 100644
--- a/SmartDeviceLink-iOS.podspec
+++ b/SmartDeviceLink-iOS.podspec
@@ -291,7 +291,8 @@ s.public_header_files = [
'SmartDeviceLink/SDLLogFileModule.h',
'SmartDeviceLink/SDLLogFilter.h',
'SmartDeviceLink/SDLLogConstants.h',
-'SmartDeviceLink/SDLLogConfiguration.h'
+'SmartDeviceLink/SDLLogConfiguration.h',
+'SmartDeviceLink/SDLLogManager.h'
]
end