From 88a19027f38ce19ad9d698acf22ca9605afe4745 Mon Sep 17 00:00:00 2001 From: Joel Fischer Date: Wed, 24 Apr 2019 15:40:31 -0400 Subject: Try fixing swift version --- SmartDeviceLink.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec index 6cfe4126f..7c4050573 100644 --- a/SmartDeviceLink.podspec +++ b/SmartDeviceLink.podspec @@ -10,6 +10,7 @@ s.platform = :ios, "8.0" s.dependency 'BiSON', '~> 1.1.1' s.source = { :git => "https://github.com/smartdevicelink/sdl_ios.git", :tag => s.version.to_s } s.requires_arc = true +sbug.swift_version = '4.2' s.default_subspec = 'Default' @@ -422,7 +423,6 @@ end s.subspec 'Swift' do |sswift| sswift.dependency 'SmartDeviceLink/Default' sswift.source_files = 'SmartDeviceLinkSwift/*.swift' -sswift.swift_version = '4.2' end end -- cgit v1.2.1 From d6cd60e292dfb9e1be3477a1675d6083a30ff26b Mon Sep 17 00:00:00 2001 From: Joel Fischer Date: Wed, 24 Apr 2019 15:41:06 -0400 Subject: typo --- SmartDeviceLink.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec index 7c4050573..25085a79f 100644 --- a/SmartDeviceLink.podspec +++ b/SmartDeviceLink.podspec @@ -10,7 +10,7 @@ s.platform = :ios, "8.0" s.dependency 'BiSON', '~> 1.1.1' s.source = { :git => "https://github.com/smartdevicelink/sdl_ios.git", :tag => s.version.to_s } s.requires_arc = true -sbug.swift_version = '4.2' +s.swift_version = '4.2' s.default_subspec = 'Default' -- cgit v1.2.1