Update Kanna to 5.0.0 (to fix Swift 5 issues)

This commit is contained in:
David Jennes
2019-04-07 23:15:34 +02:00
parent 25bbcd0fb8
commit e8e882df77
9 changed files with 35 additions and 58 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
}
s.source_files = 'Sources/**/*.swift'
s.dependency 'Kanna', '~> 4.0.0'
s.dependency 'Kanna', '~> 5.0.0'
s.dependency 'PathKit', '~> 0.9.0'
s.dependency 'Yams', '~> 1.0.0'
s.framework = 'Foundation'