File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
SSSpinnerButton.xcodeproj Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Pod::Spec.new do |s|
2929 #s.source = { :path => ".", :tag => "#{s.version}" }
3030
3131 s . source_files = 'SSSpinnerButton/SSSpinnerButton/**/*.swift'
32- #s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
32+ # s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
3333 s . documentation_url = 'docs/index.html'
3434
3535
Original file line number Diff line number Diff line change 338338 SDKROOT = iphoneos;
339339 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
340340 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
341- SWIFT_VERSION = 4.2 ;
341+ SWIFT_VERSION = 5.0 ;
342342 };
343343 name = Debug;
344344 };
390390 MTL_ENABLE_DEBUG_INFO = NO;
391391 SDKROOT = iphoneos;
392392 SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
393- SWIFT_VERSION = 4.2 ;
393+ SWIFT_VERSION = 5.0 ;
394394 VALIDATE_PRODUCT = YES;
395395 };
396396 name = Release;
483483 SDKROOT = iphoneos;
484484 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
485485 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
486- SWIFT_VERSION = 4.2 ;
486+ SWIFT_VERSION = 5.0 ;
487487 };
488488 name = Analyze;
489489 };
You can’t perform that action at this time.
0 commit comments