update dependencies, mostly for SourceKitten 0.18

This commit is contained in:
JP Simard
2017-07-12 10:11:27 -07:00
parent 629b053785
commit 7acacf6bdb
26 changed files with 55 additions and 70 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ Pod::Spec.new do |s|
s.platform = :osx, '10.10'
s.source_files = 'Source/SwiftLintFramework/**/*.swift'
s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
s.dependency 'SourceKittenFramework', '~> 0.17'
s.dependency 'SourceKittenFramework', '~> 0.18'
s.dependency 'Yams', '~> 0.3'
end