Skip to content

Commit 8e80bbf

Browse files
committed
Remove the Swift related settings like Swift version && Library Evolution
1 parent 3caf8eb commit 8e80bbf

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "SDWebImage/SDWebImage" ~> 5.1
1+
github "SDWebImage/SDWebImage" ~> 5.5
22
github "airbnb/lottie-ios" ~> 2.5

SDWebImageLottiePlugin.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ TODO: Add long description of the pod here.
2525
s.license = { :type => 'MIT', :file => 'LICENSE' }
2626
s.author = { 'DreamPiggy' => 'lizhuoli1126@126.com' }
2727
s.source = { :git => 'https://github.com/SDWebImage/SDWebImageLottiePlugin.git', :tag => s.version.to_s }
28-
s.swift_version = '5.0'
28+
2929
s.ios.deployment_target = '8.0'
3030
s.osx.deployment_target = '10.10'
3131
s.tvos.deployment_target = '9.0'
@@ -37,6 +37,6 @@ TODO: Add long description of the pod here.
3737
'DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER' => 'NO'
3838
}
3939

40-
s.dependency 'SDWebImage', '~> 5.1'
40+
s.dependency 'SDWebImage', '~> 5.5'
4141
s.dependency 'lottie-ios', '~> 2.5'
4242
end

SDWebImageLottiePlugin.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,6 @@
417417
isa = XCBuildConfiguration;
418418
buildSettings = {
419419
ALWAYS_SEARCH_USER_PATHS = NO;
420-
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
421420
CLANG_ANALYZER_NONNULL = YES;
422421
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
423422
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
@@ -481,7 +480,6 @@
481480
isa = XCBuildConfiguration;
482481
buildSettings = {
483482
ALWAYS_SEARCH_USER_PATHS = NO;
484-
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
485483
CLANG_ANALYZER_NONNULL = YES;
486484
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
487485
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";

0 commit comments

Comments
 (0)