Release 0.2.0

This commit is contained in:
Kyle Fuller
2015-06-29 21:45:28 -07:00
parent 620154e721
commit 6d01792cd6

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.1' spec.version = '0.2.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' }