I have not seen this question asked, and answered for several years. We are now on much newer versions of Xcode and Pods so I think it is worth re-visiting.
If I want to create a cocoa touch framework that itself wants to be dependent on specific pods how does one go about this?
I want to add a few pods, like alamofire, to a cocoa touch framework I use in several other workspaces that also use their own pods.
I was about to add the pods to the frameworks and then realized all the issues that may come up and thought I would ask here first because I saw no real relevant information that was related to the latest Xcode and pod versions.
This is for iOS swift projects using Xcode 10.
Any inside from those who already do this is appreciated!
Thanks, B