summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-08-18 09:52:58 -0400
committerJoel Fischer <joeljfischer@gmail.com>2017-08-18 09:52:58 -0400
commit235e718d16609040dcd937f51abb4ce63ca90cd5 (patch)
treee32be2b344df980f03037e4929416c7628e6c819
parentf309fd5f1b773f81806d206e3c56309ecf43d4ea (diff)
downloadsdl_ios-235e718d16609040dcd937f51abb4ce63ca90cd5.tar.gz
Fix other podspec ordering
-rw-r--r--SmartDeviceLink.podspec10
1 files changed, 5 insertions, 5 deletions
diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec
index 89c395d32..665708e54 100644
--- a/SmartDeviceLink.podspec
+++ b/SmartDeviceLink.podspec
@@ -197,9 +197,11 @@ s.public_header_files = [
'SmartDeviceLink/SDLTouchEvent.h',
'SmartDeviceLink/SDLTouchEventCapabilities.h',
'SmartDeviceLink/SDLTurn.h',
-'SmartDeviceLink/SDLVRHelpItem.h',
'SmartDeviceLink/SDLVehicleDataResult.h',
'SmartDeviceLink/SDLVehicleType.h',
+'SmartDeviceLink/SDLVideoStreamingFormat.h',
+'SmartDeviceLink/SDLVideoStreamingCapability.h'
+'SmartDeviceLink/SDLVRHelpItem.h',
'SmartDeviceLink/SDLAmbientLightStatus.h',
'SmartDeviceLink/SDLAppHMIType.h',
'SmartDeviceLink/SDLAppInterfaceUnregisteredReason.h',
@@ -270,6 +272,8 @@ s.public_header_files = [
'SmartDeviceLink/SDLVehicleDataResultCode.h',
'SmartDeviceLink/SDLVehicleDataStatus.h',
'SmartDeviceLink/SDLVehicleDataType.h',
+'SmartDeviceLink/SDLVideoStreamingCodec.h',
+'SmartDeviceLink/SDLVideoStreamingProtocol.h',
'SmartDeviceLink/SDLWarningLightStatus.h',
'SmartDeviceLink/SDLWaypointType.h',
'SmartDeviceLink/SDLWiperStatus.h',
@@ -291,10 +295,6 @@ s.public_header_files = [
'SmartDeviceLink/SDLRequestHandler.h',
'SmartDeviceLink/SDLRPCNotificationNotification.h',
'SmartDeviceLink/SDLRPCResponseNotification.h',
-'SmartDeviceLink/SDLVideoStreamingFormat.h',
-'SmartDeviceLink/SDLVideoStreamingCodec.h',
-'SmartDeviceLink/SDLVideoStreamingProtocol.h',
-'SmartDeviceLink/SDLVideoStreamingCapability.h'
]
end