summaryrefslogtreecommitdiff
path: root/SmartDeviceLink.podspec
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2017-08-14 11:40:37 -0400
committerNicoleYarroch <nicole@livio.io>2017-08-14 11:40:37 -0400
commitc2238d0e17c6171158dbbbf300d790b79b32f9ac (patch)
treedc8a57bef3bf017da297274ec1b961c60bb89c62 /SmartDeviceLink.podspec
parent0f6f19c9ae2da8b7beabe14865124777fb94a2f7 (diff)
downloadsdl_ios-c2238d0e17c6171158dbbbf300d790b79b32f9ac.tar.gz
Sorted public header files in .podspec filesbug/streaming_media_manager_podspec
Signed-off-by: NicoleYarroch <nicole@livio.io>
Diffstat (limited to 'SmartDeviceLink.podspec')
-rw-r--r--SmartDeviceLink.podspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec
index 2976010e8..901b28172 100644
--- a/SmartDeviceLink.podspec
+++ b/SmartDeviceLink.podspec
@@ -12,9 +12,6 @@ s.source_files = "SmartDeviceLink/*.{h,m}"
s.requires_arc = true
s.resource_bundles = { 'SmartDeviceLink' => ['SmartDeviceLink/Assets/**/*', 'SmartDeviceLink/iOS 7 Assets/*'] }
s.public_header_files = [
-'SmartDeviceLink/SmartDeviceLink.h',
-'SmartDeviceLink/SDLMacros.h',
-'SmartDeviceLink/SDLOasisAddress.h',
'SmartDeviceLink/NSNumber+NumberType.h',
'SmartDeviceLink/SDLAbstractProtocol.h',
'SmartDeviceLink/SDLAbstractTransport.h',
@@ -140,6 +137,7 @@ s.public_header_files = [
'SmartDeviceLink/SDLLogTargetAppleSystemLog.h',
'SmartDeviceLink/SDLLogTargetFile.h',
'SmartDeviceLink/SDLLogTargetOSLog.h',
+'SmartDeviceLink/SDLMacros.h',
'SmartDeviceLink/SDLMaintenanceModeStatus.h',
'SmartDeviceLink/SDLManager.h',
'SmartDeviceLink/SDLManagerDelegate.h',
@@ -148,6 +146,7 @@ s.public_header_files = [
'SmartDeviceLink/SDLMyKey.h',
'SmartDeviceLink/SDLNavigationCapability.h',
'SmartDeviceLink/SDLNotificationConstants.h',
+'SmartDeviceLink/SDLOasisAddress.h',
'SmartDeviceLink/SDLOnAppInterfaceUnregistered.h',
'SmartDeviceLink/SDLOnAudioPassThru.h',
'SmartDeviceLink/SDLOnButtonEvent.h',
@@ -297,6 +296,7 @@ s.public_header_files = [
'SmartDeviceLink/SDLWarningLightStatus.h',
'SmartDeviceLink/SDLWaypointType.h',
'SmartDeviceLink/SDLWiperStatus.h',
+'SmartDeviceLink/SmartDeviceLink.h',
]
end