From f55fb0acf210e3b86b665a97f729f2dfa7396fa8 Mon Sep 17 00:00:00 2001 From: Matthew Cheok Date: Thu, 15 Oct 2015 22:16:11 -0700 Subject: [PATCH] Updated podspec --- JSONCodable.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSONCodable.podspec b/JSONCodable.podspec index bedf3c0..1076136 100644 --- a/JSONCodable.podspec +++ b/JSONCodable.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'JSONCodable' - s.version = '1.1.0' + s.version = '1.2.0' s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.10' s.license = { :type => 'MIT', :file => 'LICENSE' }