From 165456134113cdf9b42940d655175c9a0cc3e93d Mon Sep 17 00:00:00 2001 From: JP Simard Date: Sun, 18 Dec 2016 17:03:28 -0800 Subject: [PATCH] point SourceKittenFramework pod dependency to 'SourceKittenFramework' to reflect the change in https://github.com/jpsim/SourceKitten/pull/321 --- SwiftLintFramework.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftLintFramework.podspec b/SwiftLintFramework.podspec index 4aa13500d4..336e829d64 100644 --- a/SwiftLintFramework.podspec +++ b/SwiftLintFramework.podspec @@ -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 'SourceKitten' + s.dependency 'SourceKittenFramework' s.dependency 'Yaml' end