diff options
| author | Joel Fischer <joeljfischer@gmail.com> | 2017-03-02 10:41:03 -0500 |
|---|---|---|
| committer | Joel Fischer <joeljfischer@gmail.com> | 2017-03-02 10:41:03 -0500 |
| commit | ac0cc26996bc6a0f3fe750deeba03392cb530aa3 (patch) | |
| tree | 101bec27bad0242784d9693fd18e54f54d3c77a6 /SmartDeviceLink-iOS.podspec | |
| parent | da7d7cc7d97fbe6921d19dc6134dc22d28898e9d (diff) | |
| download | sdl_ios-ac0cc26996bc6a0f3fe750deeba03392cb530aa3.tar.gz | |
Add public files to public headers
Diffstat (limited to 'SmartDeviceLink-iOS.podspec')
| -rw-r--r-- | SmartDeviceLink-iOS.podspec | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec index da50057bf..fe6205867 100644 --- a/SmartDeviceLink-iOS.podspec +++ b/SmartDeviceLink-iOS.podspec @@ -282,7 +282,16 @@ s.public_header_files = [ 'SmartDeviceLink/SDLNotificationConstants.h', 'SmartDeviceLink/SDLRequestHandler.h', 'SmartDeviceLink/SDLRPCNotificationNotification.h', -'SmartDeviceLink/SDLRPCResponseNotification.h' +'SmartDeviceLink/SDLRPCResponseNotification.h', +'SmartDeviceLink/SDLLogTarget.h', +'SmartDeviceLink/SDLLogTargetASL.h', +'SmartDeviceLink/SDLLogTargetFile.h', +'SmartDeviceLink/SDLLogTargetOSLog.h', +'SmartDeviceLink/SDLLogTargetConsole.h', +'SmartDeviceLink/SDLLogFileModule.h', +'SmartDeviceLink/SDLLogFilter.h', +'SmartDeviceLink/SDLLogConstants.h', +'SmartDeviceLink/SDLLogConfiguration.h' ] end |
