From 6a919916d386e9b281b0671ce9862373bfe928f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 21 Mar 2019 16:47:03 +0100 Subject: [PATCH] ios: pin all pod dependencies --- ios/Podfile | 10 +++++----- ios/Podfile.lock | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ios/Podfile b/ios/Podfile index e29364433f..168b514210 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -5,10 +5,10 @@ workspace 'jitsi-meet' target 'jitsi-meet' do project 'app/app.xcodeproj' - pod 'Crashlytics' - pod 'Fabric' - pod 'Firebase/Core' - pod 'Firebase/DynamicLinks' + pod 'Crashlytics', '~> 3.12.0' + pod 'Fabric', '~> 1.9.0' + pod 'Firebase/Core', '~> 5.18.0' + pod 'Firebase/DynamicLinks', '~> 5.18.0' end target 'JitsiMeet' do @@ -36,7 +36,7 @@ target 'JitsiMeet' do :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec' pod 'Amplitude-iOS', '~> 4.0.4' - pod 'ObjectiveDropboxOfficial' + pod 'ObjectiveDropboxOfficial', '~> 3.9.4' pod 'react-native-background-timer', :path => '../node_modules/react-native-background-timer' diff --git a/ios/Podfile.lock b/ios/Podfile.lock index dd2f84004d..b757bbc402 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -165,14 +165,14 @@ PODS: DEPENDENCIES: - Amplitude-iOS (~> 4.0.4) - BVLinearGradient (from `../node_modules/react-native-linear-gradient`) - - Crashlytics + - Crashlytics (~> 3.12.0) - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) - - Fabric - - Firebase/Core - - Firebase/DynamicLinks + - Fabric (~> 1.9.0) + - Firebase/Core (~> 5.18.0) + - Firebase/DynamicLinks (~> 5.18.0) - Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`) - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`) - - ObjectiveDropboxOfficial + - ObjectiveDropboxOfficial (~> 3.9.4) - react-native-background-timer (from `../node_modules/react-native-background-timer`) - react-native-calendar-events (from `../node_modules/react-native-calendar-events`) - react-native-fast-image (from `../node_modules/react-native-fast-image`) @@ -280,6 +280,6 @@ SPEC CHECKSUMS: SDWebImage: 3f3f0c02f09798048c47a5ed0a13f17b063572d8 yoga: 8fb47f180b19b0dadb285a09e4c74c8a41721d3a -PODFILE CHECKSUM: b300161e95d65c24b91368803afb8873f4b873cc +PODFILE CHECKSUM: 4a11c3d66127a9845d4a5b2c7fad49f58a9c7a89 COCOAPODS: 1.6.1