File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
.swiftpm/xcode/xcuserdata/radzivonbartoshyk.xcuserdatad/xcschemes Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1212 <key >JxlCoder.xcscheme_^#shared#^_ </key >
1313 <dict >
1414 <key >orderHint </key >
15- <integer >4 </integer >
15+ <integer >0 </integer >
1616 </dict >
1717 <key >jxlcoder.xcscheme_^#shared#^_ </key >
1818 <dict >
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'JxlSDWebImageCoder'
3- s . version = '1.0.4 '
3+ s . version = '1.0.5 '
44 s . summary = 'JXL encoder and decoder for SDWebImage'
55 s . description = 'JXL plugin for SDWebImage in iOS and MacOS'
66 s . homepage = 'https://github.com/awxkee/jxl-coder-swift'
@@ -15,4 +15,4 @@ Pod::Spec.new do |s|
1515 s . dependency 'SDWebImage'
1616 s . dependency 'JxlCoder'
1717 s . requires_arc = true
18- end
18+ end
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import JxlCoder
1212import SDWebImage
1313#if !os(macOS)
1414import UIKit
15- import UIKit
1615/// Alias for `UIImage`.
1716public typealias JxlPlatformImage = UIImage
1817#else
You can’t perform that action at this time.
0 commit comments