ios: pin all pod dependencies

pull/4009/head jitsi-meet_3606
Saúl Ibarra Corretgé 6 years ago
parent 1de4897a6b
commit 6a919916d3
  1. 10
      ios/Podfile
  2. 12
      ios/Podfile.lock

@ -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'

@ -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

Loading…
Cancel
Save