Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps, ios): FirebaseCoreExtension is not always versioned
for the 10.23.1 patch release, only a few podspecs were versioned upstream, and FirebaseCoreExtension was not one of them, it remained on 10.23.0 If we let that dependency version resolve via semantic specifiers from FirebaseCore's podspec it will get `~> 10` which is adequate for our purposes and is in fact how they reference this pod upstream, so the fix is to just remove the version here and let other specifiers drive the version
- Loading branch information