From 8683f11de3d607670f869b357a8a0b533c93686f Mon Sep 17 00:00:00 2001 From: Matthew Cheok Date: Sat, 21 Mar 2015 10:16:59 +0800 Subject: [PATCH] Updated podspec --- Realm+JSON.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Realm+JSON.podspec b/Realm+JSON.podspec index 0fbe32d..0399474 100644 --- a/Realm+JSON.podspec +++ b/Realm+JSON.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Realm+JSON' - s.version = '0.2.6' + s.version = '0.2.7' s.ios.deployment_target = '7.0' s.osx.deployment_target = '10.9' s.license = { :type => 'MIT', :file => 'LICENSE' }