Podfile: Update Realm -> '3.0.0'

This commit is contained in:
manuroe 2017-10-18 14:42:26 +02:00
parent a13a949957
commit 0638758c87

View file

@ -58,7 +58,7 @@ abstract_target 'RiotPods' do
# OLMKit for crypto
pod 'OLMKit'
#pod 'OLMKit', :path => '../olm/OLMKit.podspec'
pod 'Realm', '~> 2.10.2'
pod 'Realm', '~> 3.0.0'
# Remove warnings from "bad" pods
pod 'OLMKit', :inhibit_warnings => true