From 8ccc732e6c73059685290ff26edc4e0d46cf006a Mon Sep 17 00:00:00 2001 From: Syo Ikeda Date: Thu, 17 Mar 2016 13:29:14 +0900 Subject: [PATCH] 2.0.0-beta.2 --- Himotoki.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Himotoki.podspec b/Himotoki.podspec index 8729b41..cd9c324 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.1" + s.version = "2.0.0-beta.2" 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).