File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
SSSpinnerButton.xcodeproj Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,11 @@ Pod::Spec.new do |s|
2424 s . ios . deployment_target = "10.0"
2525 s . swift_version = '5.0'
2626
27-
2827 s . source = { :git => "https://github.com/simformsolutions/SSSpinnerButton.git" , :tag => "#{ s . version } " }
2928 #s.source = { :path => ".", :tag => "#{s.version}" }
3029
3130 s . source_files = 'SSSpinnerButton/**/*.swift'
3231 #s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
3332 s . documentation_url = 'docs/index.html'
3433
35-
36-
3734end
Original file line number Diff line number Diff line change 519519 SDKROOT = iphoneos;
520520 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
521521 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
522- SWIFT_VERSION = 4.2 ;
522+ SWIFT_VERSION = 5.0 ;
523523 };
524524 name = Debug;
525525 };
571571 MTL_ENABLE_DEBUG_INFO = NO;
572572 SDKROOT = iphoneos;
573573 SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
574- SWIFT_VERSION = 4.2 ;
574+ SWIFT_VERSION = 5.0 ;
575575 VALIDATE_PRODUCT = YES;
576576 };
577577 name = Release;
666666 SDKROOT = iphoneos;
667667 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
668668 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
669- SWIFT_VERSION = 4.2 ;
669+ SWIFT_VERSION = 5.0 ;
670670 };
671671 name = Analyze;
672672 };
You can’t perform that action at this time.
0 commit comments