Remove swift-version file

This commit is contained in:
Florian Gabach
2019-09-30 17:13:09 +02:00
parent 443b32f5fe
commit 81d14e0abf
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -9,4 +9,5 @@ s.author = { 'Florian Gabach' => 'florian.gabach@gmail.com' }
s.source = { :git => 'https://github.com/floriangbh/OpenSourceController.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.source_files = 'Sources/**/*'
s.swift_versions = ['5.0']
end