From 872784f9b37586d262ef55ab8cbcdb9ef6dc2bf8 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Tue, 29 Nov 2016 12:24:31 +0000 Subject: [PATCH] chore(podspec): Update homepage --- Stencil.podspec.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Stencil.podspec.json b/Stencil.podspec.json index 1fc7158..7aa16ae 100644 --- a/Stencil.podspec.json +++ b/Stencil.podspec.json @@ -2,7 +2,7 @@ "name": "Stencil", "version": "0.6.0", "summary": "Stencil is a simple and powerful template language for Swift.", - "homepage": "https://github.com/kylef/Stencil", + "homepage": "https://stencil.fuller.li", "license": { "type": "BSD", "file": "LICENSE" @@ -10,7 +10,7 @@ "authors": { "Kyle Fuller": "kyle@fuller.li" }, - "social_media_url": "http://twitter.com/kylefuller", + "social_media_url": "https://twitter.com/kylefuller", "source": { "git": "https://github.com/kylef/Stencil.git", "tag": "0.6.0"