Project update

* Swift 5 in podspec
* Swift 5 for project file
* fix warnings
This commit is contained in:
Kristaps Grinbergs
2019-08-11 09:54:11 +03:00
parent 6adcf97661
commit ffc74c98d3
5 changed files with 12 additions and 8 deletions
+2 -1
View File
@@ -19,5 +19,6 @@ Pod::Spec.new do |s|
s.frameworks = 'Foundation'
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
s.swift_version = '5.0'
end