summaryrefslogtreecommitdiff
path: root/SmartDeviceLink.podspec
diff options
context:
space:
mode:
authorSatbirTanda <satbirtanda@gmail.com>2019-07-02 16:06:57 -0700
committerGitHub <noreply@github.com>2019-07-02 16:06:57 -0700
commit2a806921454d75b5b8e4c28185ada17657d468e2 (patch)
treeaba73d8f14b6230ac052a957206fde9d2c82f33c /SmartDeviceLink.podspec
parenteb6e81dddcc28360034528e92a0a9b1bb419de39 (diff)
parent76d6cd10f715c0c4ca2df0e20df67727a8f5e3fe (diff)
downloadsdl_ios-2a806921454d75b5b8e4c28185ada17657d468e2.tar.gz
Merge branch 'develop' into feature/#1163/rpc_message_protection
Diffstat (limited to 'SmartDeviceLink.podspec')
-rw-r--r--SmartDeviceLink.podspec6
1 files changed, 4 insertions, 2 deletions
diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec
index a00ea86d3..979dc000d 100644
--- a/SmartDeviceLink.podspec
+++ b/SmartDeviceLink.podspec
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "SmartDeviceLink"
-s.version = "6.2.3"
+s.version = "6.3.0"
s.summary = "Connect your app with cars!"
s.homepage = "https://github.com/smartdevicelink/SmartDeviceLink-iOS"
s.license = { :type => "New BSD", :file => "LICENSE" }
s.author = { "SmartDeviceLink Team" => "developer@smartdevicelink.com" }
s.platform = :ios, "8.0"
-s.dependency 'BiSON', '~> 1.1.1'
+s.dependency 'BiSON', '~> 1.2.0'
s.source = { :git => "https://github.com/smartdevicelink/sdl_ios.git", :tag => s.version.to_s }
s.requires_arc = true
s.swift_version = '4.2'
@@ -44,6 +44,7 @@ sdefault.public_header_files = [
'SmartDeviceLink/SDLAudioControlData.h',
'SmartDeviceLink/SDLAudioControlCapabilities.h',
'SmartDeviceLink/SDLAudioPassThruCapabilities.h',
+'SmartDeviceLink/SDLAudioFile.h',
'SmartDeviceLink/SDLAudioStreamingState.h',
'SmartDeviceLink/SDLAudioStreamingIndicator.h',
'SmartDeviceLink/SDLAudioStreamManager.h',
@@ -207,6 +208,7 @@ sdefault.public_header_files = [
'SmartDeviceLink/SDLMediaServiceManifest.h',
'SmartDeviceLink/SDLMediaType.h',
'SmartDeviceLink/SDLMenuCell.h',
+'SmartDeviceLink/SDLMenuManagerConstants.h',
'SmartDeviceLink/SDLMenuParams.h',
'SmartDeviceLink/SDLMetadataTags.h',
'SmartDeviceLink/SDLMetadataType.h',