summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2019-04-17 10:54:20 -0400
committerJoel Fischer <joeljfischer@gmail.com>2019-04-17 10:54:20 -0400
commitdbcb08c56956f8c5a8491c47b4999030ee77a3c0 (patch)
treea3eee49c3190841c65809ed062cc20ab64acd990
parentf12e6e229564af4fffc9cffe88a5e187961bc255 (diff)
downloadsdl_ios-dbcb08c56956f8c5a8491c47b4999030ee77a3c0.tar.gz
Fix cocoapods swift versioning
-rw-r--r--.swift-version1
-rw-r--r--SmartDeviceLink.podspec1
2 files changed, 1 insertions, 1 deletions
diff --git a/.swift-version b/.swift-version
deleted file mode 100644
index bf77d5496..000000000
--- a/.swift-version
+++ /dev/null
@@ -1 +0,0 @@
-4.2
diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec
index 96dacd733..6cfe4126f 100644
--- a/SmartDeviceLink.podspec
+++ b/SmartDeviceLink.podspec
@@ -422,6 +422,7 @@ end
s.subspec 'Swift' do |sswift|
sswift.dependency 'SmartDeviceLink/Default'
sswift.source_files = 'SmartDeviceLinkSwift/*.swift'
+sswift.swift_version = '4.2'
end
end