What I understand seeing your PR is you are trying to specify the exact FirebaseFirestoreSwift version in podspec itself, but it is not ideal since, for every new update in dependency, the library would be in need to be updated. Instead, if you want to use a specific version of the dependent library then you can specify that dependency in Podfile with the required version.
What I understand seeing your PR is you are trying to specify the exact FirebaseFirestoreSwift version in podspec itself, but it is not ideal since, for every new update in dependency, the library would be in need to be updated. Instead, if you want to use a specific version of the dependent library then you can specify that dependency in Podfile with the required version.
Correct me, if I am missing something here.