diff --git a/TypeJSON.podspec b/TypeJSON.podspec index ac43991..b1e0fb6 100644 --- a/TypeJSON.podspec +++ b/TypeJSON.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "TypeJSON" - s.version = "0.0.2" + s.version = "0.0.3" s.summary = "Simple, type-safe JSON parsing" s.description = <<-DESC A simple JSON parsing library that aims to adhere to the JSON spec with a sprinkle of type safety.