How to add third party libraries to custom framework with CocoaPods? – Ios swift
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…