summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2019-04-24 15:41:06 -0400
committerJoel Fischer <joeljfischer@gmail.com>2019-04-24 15:41:06 -0400
commitd6cd60e292dfb9e1be3477a1675d6083a30ff26b (patch)
tree491ed0127ab0eb6c188375013b7bcde3c1206194
parent88a19027f38ce19ad9d698acf22ca9605afe4745 (diff)
downloadsdl_ios-bugfix/cocoapods_swift.tar.gz
-rw-r--r--SmartDeviceLink.podspec2
1 files changed, 1 insertions, 1 deletions
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'