diff options
author | Joel Fischer <joeljfischer@gmail.com> | 2020-07-29 10:24:05 -0400 |
---|---|---|
committer | Joel Fischer <joeljfischer@gmail.com> | 2020-07-29 10:24:05 -0400 |
commit | 30f719dfcdf45265bc71ba3851e193e494e5570d (patch) | |
tree | 1a19489a967c9181760ac365876a4bfe4eae2803 /SmartDeviceLink.podspec | |
parent | ad5a48958ad241cbce59677dfa351abd86430b82 (diff) | |
download | sdl_ios-30f719dfcdf45265bc71ba3851e193e494e5570d.tar.gz |
Update for v6.7.0 and add docs
Diffstat (limited to 'SmartDeviceLink.podspec')
-rw-r--r-- | SmartDeviceLink.podspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec index 9cc66bd1d..b4ba3d3fe 100644 --- a/SmartDeviceLink.podspec +++ b/SmartDeviceLink.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SmartDeviceLink" -s.version = "6.6.0" +s.version = "6.7.0" s.summary = "Connect your app with cars!" s.homepage = "https://github.com/smartdevicelink/SmartDeviceLink-iOS" s.license = { :type => "New BSD", :file => "LICENSE" } @@ -10,7 +10,7 @@ s.platform = :ios, "8.0" 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 = '5.1' +s.swift_version = '5.2' s.default_subspec = 'Default' |