Skip to content

Commit 6af3485

Browse files
committed
Updates
1 parent ee6fb60 commit 6af3485

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

JxlNukePlugin.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Pod::Spec.new do |s|
1212
s.source_files = 'JxlNukePlugin/JxlNukePlugin.swift'
1313
s.swift_version = ["5.3", "5.4", "5.5"]
1414
s.frameworks = "Foundation", "CoreGraphics"
15-
s.dependency 'Nuke', 'JxlCoder'
15+
s.dependency 'Nuke'
16+
s.dependency 'JxlCoder'
1617
s.requires_arc = true
1718
end

JxlSDWebImageCoder.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Pod::Spec.new do |s|
1212
s.source_files = 'JxlSDWebImageCoder/JxlSDWebImageCoder.swift'
1313
s.swift_version = ["5.3", "5.4", "5.5"]
1414
s.frameworks = "Foundation", "CoreGraphics"
15-
s.dependency 'SDWebImage', 'JxlCoder'
15+
s.dependency 'SDWebImage'
16+
s.dependency 'JxlCoder'
1617
s.requires_arc = true
1718
end

0 commit comments

Comments
 (0)