Release 0.1.1

Closes #18
This commit is contained in:
Kyle Fuller
2014-12-25 23:38:57 +00:00
parent 5a080f92cc
commit 2374786963

View File

@@ -1,6 +1,6 @@
Pod::Spec.new do |spec| Pod::Spec.new do |spec|
spec.name = 'Stencil' spec.name = 'Stencil'
spec.version = '0.1.0' spec.version = '0.1.1'
spec.summary = 'Stencil is a simple and powerful template language for Swift.' spec.summary = 'Stencil is a simple and powerful template language for Swift.'
spec.homepage = 'https://github.com/kylef/Stencil' spec.homepage = 'https://github.com/kylef/Stencil'
spec.license = { :type => 'BSD', :file => 'LICENSE' } spec.license = { :type => 'BSD', :file => 'LICENSE' }