File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed 
SDWebImageLottiePlugin.xcodeproj Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- github "SDWebImage/SDWebImage" ~> 5.1 
1+ github "SDWebImage/SDWebImage" ~> 5.5 
22github "airbnb/lottie-ios" ~> 2.5
Original file line number Diff line number Diff 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' 
4242end 
Original file line number Diff line number Diff line change 417417isa = XCBuildConfiguration;
418418buildSettings = {
419419ALWAYS_SEARCH_USER_PATHS = NO;
420- BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
421420CLANG_ANALYZER_NONNULL = YES;
422421CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
423422CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
481480isa = XCBuildConfiguration;
482481buildSettings = {
483482ALWAYS_SEARCH_USER_PATHS = NO;
484- BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
485483CLANG_ANALYZER_NONNULL = YES;
486484CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
487485CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
                                 You can’t perform that action at this time. 
               
                  
0 commit comments