From f1224e477984f8717c4889593ec6a18b9e0ad912 Mon Sep 17 00:00:00 2001 From: Matthew Cheok Date: Sun, 25 Jan 2015 07:54:08 +0800 Subject: [PATCH] Updated podspec for Realm 0.90 --- Realm+JSON.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Realm+JSON.podspec b/Realm+JSON.podspec index dd4e90c..84b2144 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.4' + s.version = '0.2.5' s.ios.deployment_target = '7.0' s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'A concise Mantle-like way of working with Realm and JSON.' @@ -15,5 +15,5 @@ Pod::Spec.new do |s| s.source_files = 'Realm+JSON/*.{h,m}' s.public_header_files = 'Realm+JSON/*.h' - s.dependency 'Realm', '~> 0.89' + s.dependency 'Realm', '~> 0.90' end