From 9b7e6ba7edbe1c77aa7098767eb263709fe2ce5a Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Fri, 26 Feb 2016 16:37:08 -0500 Subject: [PATCH] Release 0.5.3 --- Stencil.podspec.json | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/Stencil.podspec.json b/Stencil.podspec.json index a6158df..d3ac335 100644 --- a/Stencil.podspec.json +++ b/Stencil.podspec.json @@ -1,6 +1,6 @@ { "name": "Stencil", - "version": "0.5.2", + "version": "0.5.3", "summary": "Stencil is a simple and powerful template language for Swift.", "homepage": "https://github.com/kylef/Stencil", "license": { @@ -13,7 +13,7 @@ "social_media_url": "http://twitter.com/kylefuller", "source": { "git": "https://github.com/kylef/Stencil.git", - "tag": "0.5.2" + "tag": "0.5.3" }, "source_files": [ "Sources/*.swift" @@ -25,16 +25,5 @@ "requires_arc": true, "dependencies": { "PathKit": [ "~> 0.6.0" ] - }, - "test_specification": { - "source_files": [ - "Tests/*.swift", - "Tests/TemplateLoader/*.swift", - "Tests/Nodes/*.swift" - ], - "dependencies": { - "Spectre": [ "~> 0.5.0" ], - "PathKit": [ "~> 0.6.0" ] - } } }