Support Swift 1.2

This commit is contained in:
Kyle Fuller
2015-06-29 15:21:59 -07:00
parent 0212e8781c
commit 19a7abce4c
23 changed files with 196 additions and 206 deletions

View File

@@ -9,6 +9,6 @@ Pod::Spec.new do |spec|
spec.source = { :git => 'https://github.com/kylef/Stencil.git', :tag => "#{spec.version}" }
spec.source_files = 'Stencil/*.{h,swift}'
spec.requires_arc = true
spec.dependency 'PathKit'
spec.dependency 'PathKit', '~> 0.3.0'
end