I want to add third party libraries (like Swinject, or AlamoFire) to my custom framework (that created with swift) with CocoaPods.
the way I'm using is open terminal and navigate to my framework directory and run pod init. after that adding third party libraries to Podfile and then run pod install.
is this way correct for using my framework later in my app project? and is there a better way for doing this?