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