From a3c031fb6aa1833bad0021b2c2c26c483579f283 Mon Sep 17 00:00:00 2001 From: Shial Date: Fri, 25 May 2018 12:16:28 +1000 Subject: [PATCH] Update pod --- SLazeKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SLazeKit.podspec b/SLazeKit.podspec index 8e69a6c..1ba48af 100644 --- a/SLazeKit.podspec +++ b/SLazeKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SLazeKit' - s.version = '0.1.6' + s.version = '0.1.8' s.summary = 'Swift restful manager.' s.description = <<-DESC SLazeKit is an easy to use Swift restful collection of extensions and classes. Don't spend hours writing your code to map your rest api request into models and serialization. stop wasting your time!