diff options
author | SatbirTanda <satbirtanda@gmail.com> | 2019-08-01 16:26:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-01 16:26:32 -0700 |
commit | 90c254a02e9c0d4a7f3592204375dbcd2f0d8293 (patch) | |
tree | a2c9eb9dd0cc0324a6cdeaab9d44d4f7fe881094 /SmartDeviceLink-iOS.podspec | |
parent | 00b0c5474556be1b641df00d5757ab93a4f6874a (diff) | |
parent | f43c7f46c0e535a322afbd76afb312bfa1fdeedc (diff) | |
download | sdl_ios-90c254a02e9c0d4a7f3592204375dbcd2f0d8293.tar.gz |
Merge branch 'develop' into feature/#1163/rpc_message_protection
Diffstat (limited to 'SmartDeviceLink-iOS.podspec')
-rw-r--r-- | SmartDeviceLink-iOS.podspec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec index 71a561453..b31672696 100644 --- a/SmartDeviceLink-iOS.podspec +++ b/SmartDeviceLink-iOS.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SmartDeviceLink-iOS" -s.version = "6.3.0" +s.version = "6.3.1" s.summary = "Connect your app with cars!" s.homepage = "https://github.com/smartdevicelink/SmartDeviceLink-iOS" s.license = { :type => "New BSD", :file => "LICENSE" } @@ -69,6 +69,8 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLChoiceSetDelegate.h', 'SmartDeviceLink/SDLClimateControlCapabilities.h', 'SmartDeviceLink/SDLClimateControlData.h', +'SmartDeviceLink/SDLCloseApplication.h', +'SmartDeviceLink/SDLCloseApplicationResponse.h', 'SmartDeviceLink/SDLCloudAppProperties.h', 'SmartDeviceLink/SDLClusterModeStatus.h', 'SmartDeviceLink/SDLCompassDirection.h', @@ -325,6 +327,8 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLSetMediaClockTimer.h', 'SmartDeviceLink/SDLSetMediaClockTimerResponse.h', 'SmartDeviceLink/SDLShow.h', +'SmartDeviceLink/SDLShowAppMenu.h', +'SmartDeviceLink/SDLShowAppMenuResponse.h', 'SmartDeviceLink/SDLShowConstantTBT.h', 'SmartDeviceLink/SDLShowConstantTBTResponse.h', 'SmartDeviceLink/SDLShowResponse.h', @@ -354,6 +358,7 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLSubscribeWaypoints.h', 'SmartDeviceLink/SDLSubscribeWaypointsResponse.h', 'SmartDeviceLink/SDLSyncMsgVersion.h', +'SmartDeviceLink/SDLMsgVersion.h', 'SmartDeviceLink/SDLSyncPData.h', 'SmartDeviceLink/SDLSyncPDataResponse.h', 'SmartDeviceLink/SDLSystemAction.h', @@ -383,6 +388,8 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLTTSChunk.h', 'SmartDeviceLink/SDLTurn.h', 'SmartDeviceLink/SDLTurnSignal.h', +'SmartDeviceLink/SDLUnpublishAppService.h', +'SmartDeviceLink/SDLUnpublishAppServiceResponse.h', 'SmartDeviceLink/SDLUnregisterAppInterface.h', 'SmartDeviceLink/SDLUnregisterAppInterfaceResponse.h', 'SmartDeviceLink/SDLUnsubscribeButton.h', |