[ios] fix an issue on podspecs when not using the custom version override logic

Updated Firebase SDKs also to 6.8.1
This commit is contained in:
Salakar
2019-09-19 13:00:28 +01:00
parent 525be45602
commit a2f0fd6638
20 changed files with 90 additions and 90 deletions

View File

@@ -1,7 +1,7 @@
require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
firebase_sdk_version = '~> 6.5.0'
firebase_sdk_version = '~> 6.8.1'
using_custom_firebase_sdk_version = defined? $FirebaseSDKVersion
if using_custom_firebase_sdk_version
Pod::UI.puts "RNFBMessaging: Using user specified Firebase SDK version '#{$FirebaseSDKVersion}'"