I\'ve created iOS Framework project using this method: https://github.com/jverkoey/iOS-Framework
Works pretty neat but I\'m a little confused on how to include libra
I am building my framework project using CocoaPods. The framework uses some 3rd libs from CocoaPods. Podfile specifies to install dependency on target of the framework. When I build the framework, it includes all libs in the binary.
If I add use_frameworks! in Podfile, when the framework is built, it will not include 3rd party libs.