From 436340e3a27b4dc969f237a8af71a68c9d84a5f6 Mon Sep 17 00:00:00 2001 From: Johannes Lund Date: Fri, 29 Sep 2017 19:14:29 +0200 Subject: [PATCH] update podspec --- Decodable.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Decodable.podspec b/Decodable.podspec index f3a5870..f3ab11a 100644 --- a/Decodable.podspec +++ b/Decodable.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Decodable" - s.version = "0.5" + s.version = "0.5.1" s.summary = "Swift JSON parsing done (more) right" s.description = "Simple yet powerful object mapping made possible by Swift 2's error handling. Greatly inspired by Argo, but without any functional programming and bizillion operators." s.homepage = "https://github.com/Anviking/Decodable"