diff --git a/local_pod_repo/objcTox/Podfile b/local_pod_repo/objcTox/Podfile index 5c583372..8c0e26a1 100644 --- a/local_pod_repo/objcTox/Podfile +++ b/local_pod_repo/objcTox/Podfile @@ -6,7 +6,7 @@ inhibit_all_warnings! def common_pods pod "toxcore", :git => 'https://github.com/Zoxcore/toxcore.git', :commit => '5cf8c66a8fc3f2ab0708a15e3d77ba9e77f48a81' pod 'CocoaLumberjack', '~> 1.9.2' - pod 'Realm', '10.24.0' + pod 'Realm', '10.24.2' pod 'TPCircularBuffer', '~> 0.0.1' end diff --git a/local_pod_repo/objcTox/objcTox.podspec b/local_pod_repo/objcTox/objcTox.podspec index 8edf2a38..aa4c769b 100644 --- a/local_pod_repo/objcTox/objcTox.podspec +++ b/local_pod_repo/objcTox/objcTox.podspec @@ -29,7 +29,7 @@ Pod::Spec.new do |s| s.dependency 'toxcore', '~> 0.2.12' s.dependency 'TPCircularBuffer', '~> 0.0.1' s.dependency 'CocoaLumberjack', '1.9.2' - s.dependency 'Realm', '10.24.0' + s.dependency 'Realm', '10.24.2' s.resource_bundle = { 'objcTox' => 'Classes/Public/Manager/nodes.json'