From 790d4c0df16897ebce9247cd2cbeb49b24feba07 Mon Sep 17 00:00:00 2001 From: John McIntosh Date: Wed, 17 Jan 2018 14:04:12 -0600 Subject: [PATCH] Include Yams pod in SwiftGenKit --- Podfile.lock | 2 +- Pods/Manifest.lock | 2 +- SwiftGen.xcodeproj/xcshareddata/xcschemes/swiftgen.xcscheme | 4 ++++ SwiftGenKit.podspec | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Podfile.lock b/Podfile.lock index 0a8a8432..b496552c 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -11,7 +11,7 @@ PODS: DEPENDENCIES: - Commander (~> 0.8) - - Kanna + - Kanna (~> 4.0.0) - PathKit (~> 0.9.0) - StencilSwiftKit (~> 2.6) - SwiftLint (~> 0.25) diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 0a8a8432..b496552c 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -11,7 +11,7 @@ PODS: DEPENDENCIES: - Commander (~> 0.8) - - Kanna + - Kanna (~> 4.0.0) - PathKit (~> 0.9.0) - StencilSwiftKit (~> 2.6) - SwiftLint (~> 0.25) diff --git a/SwiftGen.xcodeproj/xcshareddata/xcschemes/swiftgen.xcscheme b/SwiftGen.xcodeproj/xcshareddata/xcschemes/swiftgen.xcscheme index 25212913..75183f80 100644 --- a/SwiftGen.xcodeproj/xcshareddata/xcschemes/swiftgen.xcscheme +++ b/SwiftGen.xcodeproj/xcshareddata/xcschemes/swiftgen.xcscheme @@ -138,6 +138,10 @@ argument = "xcassets -t swift4 $(PROJECT_DIR)/Tests/Fixtures/Resources/XCAssets/Data.xcassets" isEnabled = "NO"> + + diff --git a/SwiftGenKit.podspec b/SwiftGenKit.podspec index 368bab12..914f36de 100644 --- a/SwiftGenKit.podspec +++ b/SwiftGenKit.podspec @@ -23,7 +23,7 @@ Pod::Spec.new do |s| s.source = { git: 'https://github.com/SwiftGen/SwiftGenKit.git', tag: s.version.to_s } s.source_files = 'Sources/**/*.swift' - s.dependency 'Kanna' + s.dependency 'Kanna', '~> 4.0.0' s.dependency 'PathKit', '~> 0.9.0' s.dependency 'Yams', '~> 1.0.0' s.framework = 'Foundation'