From e3fb30c6b7d9455260a79bb48890155f58cedfe1 Mon Sep 17 00:00:00 2001 From: Mickey Reiss Date: Tue, 10 Feb 2015 13:27:48 -0800 Subject: [PATCH] Bump Pod version --- TypeJSON.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.