[Podspec] Include missing TemplateLoader source

This commit is contained in:
Kyle Fuller
2015-06-29 16:20:12 -07:00
parent 44810a82e7
commit d1d8e6e17f

View File

@@ -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