Why do we use use_frameworks! in CocoaPods?
use_frameworks! tells CocoaPods that you want to use Frameworks instead of Static Libraries. Since Swift does not support Static Libraries you have to use frameworks. In another answer, I explained the differences between Static Libraries and Frameworks: Cocoa Touch Frameworks They are always open-source and will be built just like your app. (So Xcode will … Read more