Kingfisher v5.15.3 Release Notes

Release Date: 2020-09-21 // over 3 years ago
  • ๐Ÿ›  Fix

    • โœ‚ Removed the unnecessary ObjC header generating and module defining due to Xcode 12 is now generating conflicted types even for different libraries. #1517
    • ๐Ÿš€ Set deploy target for SwiftUI target and its pod spec to iOS 10 and macOS 10.12, which aligns to the settings of core framework. That resolves some dependency issues when using CocoaPods for both app target and extension targets. But it does not mean you can use the SwiftUI support on those minimal target. All related APIs are still unavailable on old system versions. #1524