mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
Update Commandant and SourceKitten, drop Result (#2947)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user