summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2019-04-24 15:40:31 -0400
committerJoel Fischer <joeljfischer@gmail.com>2019-04-24 15:40:31 -0400
commit88a19027f38ce19ad9d698acf22ca9605afe4745 (patch)
tree53cd0a5dbfaca3f441d1001730452785dc28cb35
parentf4be5e4f42bfe4dde11eda2cb8939fcccfdb8cab (diff)
downloadsdl_ios-88a19027f38ce19ad9d698acf22ca9605afe4745.tar.gz
Try fixing swift version
-rw-r--r--SmartDeviceLink.podspec2
1 files changed, 1 insertions, 1 deletions
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