Conversion to Swift 5

- convert all targets to Swift 5
- bump .swift-version
- update podspec
- fix warnings
This commit is contained in:
weak
2019-09-19 10:47:04 +02:00
parent b22a605285
commit 51eca2a931
8 changed files with 48 additions and 17 deletions

View File

@@ -22,12 +22,12 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/UrbanApps/Armchair.git', :tag => s.version }
s.license = { :type => "MIT", :file => "LICENSE" }
s.source_files = "Source/*.{h,swift}"
s.resources = "Localization/*.lproj"
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.requires_arc = true
s.swift_version = '4.2'
s.swift_version = '5.0'
end