From d458564516e5676af9c70b4f4b2a9178294f1bc6 Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Mon, 5 Aug 2019 18:29:37 +1200 Subject: [PATCH] Update Podspec --- SnapKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SnapKit.podspec b/SnapKit.podspec index 53bc3a5..7f99095 100644 --- a/SnapKit.podspec +++ b/SnapKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SnapKit' - s.version = '5.0.0' + s.version = '5.0.1' s.license = 'MIT' s.summary = 'Harness the power of auto layout with a simplified, chainable, and compile time safe syntax.' s.homepage = 'https://github.com/SnapKit/SnapKit'