From 81d1ec4127d724d25826fe32984c0a208844e928 Mon Sep 17 00:00:00 2001 From: Matthew Cheok Date: Fri, 8 May 2015 12:44:09 +0800 Subject: [PATCH] Updated for Realm 0.92 --- Realm+JSON.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Realm+JSON.podspec b/Realm+JSON.podspec index 37ab99c..9db47e5 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.8' + s.version = '0.2.9' s.ios.deployment_target = '7.0' s.osx.deployment_target = '10.9' s.license = { :type => 'MIT', :file => 'LICENSE' }