[Podspec] Include missing TemplateLoader source
This commit is contained in:
@@ -7,7 +7,7 @@ Pod::Spec.new do |spec|
|
|||||||
spec.author = { 'Kyle Fuller' => 'inbox@kylefuller.co.uk' }
|
spec.author = { 'Kyle Fuller' => 'inbox@kylefuller.co.uk' }
|
||||||
spec.social_media_url = 'http://twitter.com/kylefuller'
|
spec.social_media_url = 'http://twitter.com/kylefuller'
|
||||||
spec.source = { :git => 'https://github.com/kylef/Stencil.git', :tag => "#{spec.version}" }
|
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.ios.deployment_target = '8.0'
|
||||||
spec.osx.deployment_target = '10.9'
|
spec.osx.deployment_target = '10.9'
|
||||||
spec.requires_arc = true
|
spec.requires_arc = true
|
||||||
|
|||||||
Reference in New Issue
Block a user