diff --git a/Himotoki.podspec b/Himotoki.podspec index 5556ff0..2eb79d4 100644 --- a/Himotoki.podspec +++ b/Himotoki.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Himotoki" - s.version = "2.0.0" + s.version = "2.0.1" 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).