How to compile iOS Cocoapods dependency using Scons?
I am trying to create an iOS
plugin for Godot Game Engine
. Now my plugin requires integration with FirebaseAuth
so I created a Podfile and added those dependencies. Here is the complete source code