diff options
| author | NicoleYarroch <nicole@livio.io> | 2017-08-10 15:40:16 -0400 |
|---|---|---|
| committer | NicoleYarroch <nicole@livio.io> | 2017-08-10 15:40:16 -0400 |
| commit | 4db4194176e2e22c8b76adc74a092e5a86f3f8f4 (patch) | |
| tree | d7433bd1a7d0fe93b87f515694fbfdb9a198c64f /SmartDeviceLink.podspec | |
| parent | 678a43a3c4e6e885a75fba745eb27044c8e5618c (diff) | |
| download | sdl_ios-4db4194176e2e22c8b76adc74a092e5a86f3f8f4.tar.gz | |
Added missing comma
Signed-off-by: NicoleYarroch <nicole@livio.io>
Diffstat (limited to 'SmartDeviceLink.podspec')
| -rw-r--r-- | SmartDeviceLink.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec index 31a5bc855..98c1e3f76 100644 --- a/SmartDeviceLink.podspec +++ b/SmartDeviceLink.podspec @@ -286,7 +286,7 @@ s.public_header_files = [ 'SmartDeviceLink/SDLLifecycleConfiguration.h', 'SmartDeviceLink/SDLLockScreenConfiguration.h', 'SmartDeviceLink/SDLStreamingMediaConfiguration.h', -'SmartDeviceLink/SDLStreamingMediaManagerConstants.h' +'SmartDeviceLink/SDLStreamingMediaManagerConstants.h', 'SmartDeviceLink/SDLArtwork.h', 'SmartDeviceLink/SDLFile.h', 'SmartDeviceLink/SDLFileManager.h', |
