From ae631a8601996306270c71173deec1d618acc938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AB=A5=E6=98=9F?= Date: Mon, 27 Nov 2017 15:44:25 +0800 Subject: [PATCH] update realm 2.8.3 --- Demo/Podfile | 5 +++-- Realm+JSON.podspec | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Demo/Podfile b/Demo/Podfile index 047753b..e92c509 100644 --- a/Demo/Podfile +++ b/Demo/Podfile @@ -1,5 +1,6 @@ source 'https://github.com/CocoaPods/Specs.git' -platform :ios, '7.0' - +platform :ios, '8.0' +target :RealmJSONDemo do pod 'AFNetworking' pod 'Realm+JSON', :path => '../' +end diff --git a/Realm+JSON.podspec b/Realm+JSON.podspec index 624350e..b121cd1 100644 --- a/Realm+JSON.podspec +++ b/Realm+JSON.podspec @@ -17,5 +17,5 @@ Pod::Spec.new do |s| s.source_files = 'Realm+JSON/*.{h,m}' s.public_header_files = 'Realm+JSON/*.h' - s.dependency 'Realm', '~> 1.0' + s.dependency 'Realm', '~> 2.8.3' end