From 2eeb7babd3bfcf1bf1843555a4d1445d07b1f226 Mon Sep 17 00:00:00 2001 From: David Jennes Date: Thu, 30 Aug 2018 13:29:45 +0200 Subject: [PATCH] Updated the PathKit dependency to 0.9.0 in the podspec --- Stencil.podspec.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stencil.podspec.json b/Stencil.podspec.json index 7483651..3fdbbcf 100644 --- a/Stencil.podspec.json +++ b/Stencil.podspec.json @@ -26,7 +26,7 @@ "requires_arc": true, "dependencies": { "PathKit": [ - "~> 0.8.0" + "~> 0.9.0" ] } }