summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2019-04-24 15:42:44 -0400
committerJoel Fischer <joeljfischer@gmail.com>2019-04-24 15:42:44 -0400
commit14c09d196cc963634e1e9bd9d43a87c48c474528 (patch)
treeed38dd52bf7125f7349918919673395f428aec94
parent9679178941118e3f094f33aca647b764be6000d2 (diff)
parentf9dd27e3acbdecdfcd756865305a4cbfcf472f30 (diff)
downloadsdl_ios-bugfix/issue_1210_cache_delete_disappearing_apps.tar.gz
Merge branch 'develop' into bugfix/issue_1210_cache_delete_disappearing_appsbugfix/issue_1210_cache_delete_disappearing_apps
-rw-r--r--SmartDeviceLink.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec
index 6cfe4126f..25085a79f 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
+s.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