If you use pod in a demo project and you put this on your PodFile
target 'MyTarget' do use_frameworks! pod Firebase end
Then pod install and below the Pods target you will get .framework, which you can use in your real project without using cocoapods. It's terrible to update the framework because you need a demo project, but better than nothing.
Hope this helps
source share