Release 0.3.0

This commit is contained in:
Kyle Fuller
2015-09-25 15:05:49 -07:00
parent 3935dac021
commit 29dc14855c

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.2.0' spec.version = '0.3.0'
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' }