Update SourceKittenFramework to 0.31.0

This commit is contained in:
JP Simard
2020-12-14 15:51:04 -05:00
parent 2436f669fe
commit e7f4a8fd67
3 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ Pod::Spec.new do |s|
s.source_files = 'Source/SwiftLintFramework/**/*.swift'
s.swift_versions = ['5.2', '5.3']
s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
s.dependency 'SourceKittenFramework', '~> 0.30.1'
s.dependency 'SourceKittenFramework', '~> 0.31.0'
s.dependency 'Yams', '~> 4.0.2'
end