Update Podspec with weak linking for SwiftUI, Combine

This commit is contained in:
DreamPiggy 2019-12-06 17:53:47 +08:00
parent 056cc69713
commit 9976615510
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ It brings all your favorite features from SDWebImage, like async image loading,
'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES'
}
s.frameworks = 'SwiftUI'
s.weak_frameworks = 'SwiftUI', 'Combine'
s.dependency 'SDWebImage', '~> 5.3'
s.swift_version = '5.1'
end