diff options
| author | Joel Fischer <joeljfischer@gmail.com> | 2017-08-01 15:30:04 -0400 |
|---|---|---|
| committer | Joel Fischer <joeljfischer@gmail.com> | 2017-08-01 15:30:04 -0400 |
| commit | 17c0e6af14b49b35012f222fb3b0910a98ad45d3 (patch) | |
| tree | 0ea4680063ce1e79cd58672d85432b92c0bfab91 /SmartDeviceLink-iOS.podspec | |
| parent | e6c4c0519ba95004b129f0a1a8ea0d546a68b37e (diff) | |
| parent | 7b7aa3da1b60acd79f5f7a98eab5e1d62ae866a9 (diff) | |
| download | sdl_ios-17c0e6af14b49b35012f222fb3b0910a98ad45d3.tar.gz | |
Merge branch 'release/5.0.0' into feature/streaming_media_manager
# Conflicts:
# SmartDeviceLink-iOS.podspec
# SmartDeviceLink-iOS.xcodeproj/project.pbxproj
# SmartDeviceLink/SDLStreamingMediaManager.m
Diffstat (limited to 'SmartDeviceLink-iOS.podspec')
| -rw-r--r-- | SmartDeviceLink-iOS.podspec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec index f0da6e3ae..db8d872dc 100644 --- a/SmartDeviceLink-iOS.podspec +++ b/SmartDeviceLink-iOS.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SmartDeviceLink-iOS" -s.version = "4.5.5" +s.version = "4.6.1" s.summary = "Connect your app with cars!" s.homepage = "https://github.com/smartdevicelink/SmartDeviceLink-iOS" s.license = { :type => "New BSD", :file => "LICENSE" } @@ -58,6 +58,7 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLEncodedSyncPData.h', 'SmartDeviceLink/SDLEndAudioPassThru.h', 'SmartDeviceLink/SDLGetDTCs.h', +'SmartDeviceLink/SDLGetSystemCapability.h', 'SmartDeviceLink/SDLGetVehicleData.h', 'SmartDeviceLink/SDLGetWaypoints.h', 'SmartDeviceLink/SDLListFiles.h', @@ -104,6 +105,7 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLEndAudioPassThruResponse.h', 'SmartDeviceLink/SDLGenericResponse.h', 'SmartDeviceLink/SDLGetDTCsResponse.h', +'SmartDeviceLink/SDLGetSystemCapabilityResponse.h', 'SmartDeviceLink/SDLGetVehicleDataResponse.h', 'SmartDeviceLink/SDLGetWaypointsResponse.h', 'SmartDeviceLink/SDLListFilesResponse.h', @@ -176,9 +178,11 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLKeyboardProperties.h', 'SmartDeviceLink/SDLMenuParams.h', 'SmartDeviceLink/SDLMyKey.h', +'SmartDeviceLink/SDLNavigationCapability.h', 'SmartDeviceLink/SDLOasisAddress.h', 'SmartDeviceLink/SDLParameterPermissions.h', 'SmartDeviceLink/SDLPermissionItem.h', +'SmartDeviceLink/SDLPhoneCapability.h', 'SmartDeviceLink/SDLPinchGesture.h', 'SmartDeviceLink/SDLPresetBankCapabilities.h', 'SmartDeviceLink/SDLScreenParams.h', @@ -187,6 +191,7 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLSoftButtonCapabilities.h', 'SmartDeviceLink/SDLStartTime.h', 'SmartDeviceLink/SDLSyncMsgVersion.h', +'SmartDeviceLink/SDLSystemCapability.h', 'SmartDeviceLink/SDLTTSChunk.h', 'SmartDeviceLink/SDLTextField.h', 'SmartDeviceLink/SDLTireStatus.h', @@ -252,6 +257,7 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLSoftButtonType.h', 'SmartDeviceLink/SDLSpeechCapabilities.h', 'SmartDeviceLink/SDLSystemAction.h', +'SmartDeviceLink/SDLSystemCapabilityType.h', 'SmartDeviceLink/SDLSystemContext.h', 'SmartDeviceLink/SDLTBTState.h', 'SmartDeviceLink/SDLTextAlignment.h', |
