Skip to content

Commit 9976615

Browse files
committed
Update Podspec with weak linking for SwiftUI, Combine
1 parent 056cc69 commit 9976615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SDWebImageSwiftUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ It brings all your favorite features from SDWebImage, like async image loading,
3333
'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES'
3434
}
3535

36-
s.frameworks = 'SwiftUI'
36+
s.weak_frameworks = 'SwiftUI', 'Combine'
3737
s.dependency 'SDWebImage', '~> 5.3'
3838
s.swift_version = '5.1'
3939
end

0 commit comments

Comments
 (0)