workaround for dependency failures when doing pod update

https://github.com/firebase/firebase-ios-sdk/issues/1845#issuecomment-422831481

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2018-09-19 12:28:49 -04:00
parent f061025b67
commit ce741d75e9
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ target 'StatusIm' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Fix for CocoaPods/issues/8110
pod 'GoogleUtilities/MethodSwizzler', '5.2.0'
# Pods for StatusIm
pod 'Firebase/Core'
pod 'Firebase/Messaging'