i have a huge project written in objective c with many pods in it and i would like to export the entire thing as a framework. is it possible? i have never did such thing before. my project also has a big assets library and frameworks inside of it like Firebase/Fabric/Facebook and much more. how will i handle the info.plist file of the existing project in the new framework?
i have tried this tutorial
https://www.raywenderlich.com/126365/ios-frameworks-tutorial
but it doesn't mention having previous pods in my existing project.