From d1d8e6e17fadf7c3fc1c8d20e41e1b280ad383ab Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Mon, 29 Jun 2015 16:20:12 -0700 Subject: [PATCH] [Podspec] Include missing TemplateLoader source --- Stencil.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stencil.podspec b/Stencil.podspec index 4418cc1..5ecb1c8 100644 --- a/Stencil.podspec +++ b/Stencil.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |spec| spec.author = { 'Kyle Fuller' => 'inbox@kylefuller.co.uk' } spec.social_media_url = 'http://twitter.com/kylefuller' spec.source = { :git => 'https://github.com/kylef/Stencil.git', :tag => "#{spec.version}" } - spec.source_files = 'Stencil/*.{h,swift}' + spec.source_files = 'Stencil/*.swift', 'Stencil/TemplateLoader/*.swift' spec.ios.deployment_target = '8.0' spec.osx.deployment_target = '10.9' spec.requires_arc = true