Include Yams pod in SwiftGenKit

This commit is contained in:
John McIntosh
2018-09-06 02:40:43 +02:00
committed by David Jennes
parent 7af7c40553
commit 790d4c0df1
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -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'