From 2f5a107710d25192bcd126fe89d3c4c9e96781eb Mon Sep 17 00:00:00 2001 From: Syo Ikeda Date: Tue, 29 Mar 2016 19:37:51 +0900 Subject: [PATCH] 2.0.0-beta.3 --- Himotoki.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Himotoki.podspec b/Himotoki.podspec index cd9c324..139e07c 100644 --- a/Himotoki.podspec +++ b/Himotoki.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Himotoki" - s.version = "2.0.0-beta.2" + s.version = "2.0.0-beta.3" s.summary = "A type-safe JSON decoding library purely written in Swift" s.description = <<-DESC Himotoki (紐解き) is a type-safe JSON decoding library purely written in Swift. This library is highly inspired by popular JSON parsing libraries in Swift: [Argo](https://github.com/thoughtbot/Argo) and [ObjectMapper](https://github.com/Hearst-DD/ObjectMapper).