We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056cc69 commit 9976615Copy full SHA for 9976615
SDWebImageSwiftUI.podspec
@@ -33,7 +33,7 @@ It brings all your favorite features from SDWebImage, like async image loading,
33
'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES'
34
}
35
36
- s.frameworks = 'SwiftUI'
+ s.weak_frameworks = 'SwiftUI', 'Combine'
37
s.dependency 'SDWebImage', '~> 5.3'
38
s.swift_version = '5.1'
39
end
0 commit comments