Update Commandant and SourceKitten, drop Result (#2947)

This commit is contained in:
JP Simard
2019-11-07 10:59:16 -08:00
committed by GitHub
parent 45131909bf
commit beaa2a8a87
23 changed files with 25 additions and 50 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ Pod::Spec.new do |s|
s.author = { 'JP Simard' => 'jp@jpsim.com' }
s.platform = :osx, '10.10'
s.source_files = 'Source/SwiftLintFramework/**/*.swift'
s.swift_versions = ['4.2', '5.0']
s.swift_versions = ['5.0', '5.1']
s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
s.dependency 'SourceKittenFramework', '~> 0.26.0'
s.dependency 'SourceKittenFramework', '~> 0.27.0'
s.dependency 'Yams', '~> 2.0'
end